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