Lines Matching refs:remote_file
271 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute() local
285 if (argc == 1 || core_file || remote_file) { in DoExecute()
349 if (remote_file) { in DoExecute()
354 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()
355 Status err = platform_sp->PutFile(file_spec, remote_file); in DoExecute()
369 Status err = platform_sp->GetFile(remote_file, file_spec); in DoExecute()
388 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()
396 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
406 if (symfile || remote_file) { in DoExecute()
411 if (remote_file) { in DoExecute()
412 std::string remote_path = remote_file.GetPath(); in DoExecute()
414 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
424 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()