Lines Matching refs:remote_file
259 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute() local
273 if (argc == 1 || core_file || remote_file) { in DoExecute()
329 if (remote_file) { in DoExecute()
334 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()
335 Status err = platform_sp->PutFile(file_spec, remote_file); in DoExecute()
349 Status err = platform_sp->GetFile(remote_file, file_spec); in DoExecute()
368 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()
376 launch_info.SetExecutableFile(FileSpec(remote_file), true); in DoExecute()
386 if (symfile || remote_file) { in DoExecute()
391 if (remote_file) { in DoExecute()
392 std::string remote_path = remote_file.GetPath(); in DoExecute()
394 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
404 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()