Lines Matching refs:remote_file
253 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute() local
267 if (argc == 1 || core_file || remote_file) { in DoExecute()
331 if (remote_file) { in DoExecute()
336 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()
337 Status err = platform_sp->PutFile(file_spec, remote_file); in DoExecute()
351 Status err = platform_sp->GetFile(remote_file, file_spec); in DoExecute()
370 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()
378 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
388 if (symfile || remote_file) { in DoExecute()
393 if (remote_file) { in DoExecute()
394 std::string remote_path = remote_file.GetPath(); in DoExecute()
396 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
406 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()