Home
last modified time | relevance | path

Searched refs:remote_file (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/usr.bin/tftp/tests/
H A Dtftp_test.sh210 truncate -s 0 "${remote_file}"
212 chmod 0666 "${remote_file}"
232 truncate -s 0 "${remote_file}"
234 chmod 0666 "${remote_file}"
254 truncate -s 0 "${remote_file}"
256 chmod 0666 "${remote_file}"
277 truncate -s 0 "${remote_file}"
279 chmod 0666 "${remote_file}"
299 truncate -s 0 "${remote_file}"
301 chmod 0666 "${remote_file}"
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h62 const lldb_private::FileSpec &remote_file,
H A DPlatformPOSIX.cpp673 const lldb_private::FileSpec &remote_file, in DoLoadImage() argument
681 path = remote_file.GetPath(); in DoLoadImage()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1845 const lldb_private::FileSpec &remote_file, in LoadImage() argument
1847 if (local_file && remote_file) { in LoadImage()
1850 if (IsRemote() || local_file != remote_file) { in LoadImage()
1851 error = Install(local_file, remote_file); in LoadImage()
1855 return DoLoadImage(process, remote_file, nullptr, error); in LoadImage()
1871 if (remote_file) { in LoadImage()
1873 return DoLoadImage(process, remote_file, nullptr, error); in LoadImage()
1881 const lldb_private::FileSpec &remote_file, in DoLoadImage() argument
H A DTarget.cpp3086 FileSpec remote_file(module_sp->GetRemoteInstallFileSpec()); in Install() local
3087 if (!remote_file) { in Install()
3090 remote_file = platform_sp->GetRemoteWorkingDirectory(); in Install()
3091 remote_file.AppendPathComponent( in Install()
3095 if (remote_file) { in Install()
3096 error = platform_sp->Install(local_file, remote_file); in Install()
3098 module_sp->SetPlatformFileSpec(remote_file); in Install()
3100 platform_sp->SetFilePermissions(remote_file, 0700); in Install()
3102 launch_info->SetExecutableFile(remote_file, false); in Install()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp285 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()
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()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h800 const lldb_private::FileSpec &remote_file,
840 const lldb_private::FileSpec &remote_file,