Home
last modified time | relevance | path

Searched refs:local_file (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/tftp/tests/
H A Dtftp_test.sh46 local local_file="local.bin"
47 echo "get ${remote_file##*/} ${local_file}" >client-script
50 atf_check cmp -s "${local_file}" "${remote_file}"
65 local local_file="${remote_file##*/}"
69 atf_check cmp -s "${local_file}" "${remote_file}"
84 local local_file="${remote_file##*/}"
88 atf_check cmp -s "${local_file}" "${remote_file}"
104 local local_file="${remote_file##*/}"
108 atf_check cmp -s "${local_file}" "${remote_file}"
123 local local_file="${remote_file##*/}"
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp178 FileSpec &local_file) { in GetFileWithUUID() argument
181 local_file); in GetFileWithUUID()
184 local_file = platform_file; in GetFileWithUUID()
H A DPlatform.cpp152 const UUID *uuid_ptr, FileSpec &local_file) { in GetFileWithUUID() argument
154 local_file = platform_file; in GetFileWithUUID()
1796 const lldb_private::FileSpec &local_file, in LoadImage() argument
1799 if (local_file && remote_file) { in LoadImage()
1802 if (IsRemote() || local_file != remote_file) { in LoadImage()
1803 error = Install(local_file, remote_file); in LoadImage()
1810 if (local_file) { in LoadImage()
1814 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
1815 if (IsRemote() || local_file != target_file) { in LoadImage()
1816 error = Install(local_file, target_file); in LoadImage()
H A DTarget.cpp3072 FileSpec local_file(module_sp->GetFileSpec()); in Install() local
3073 if (local_file) { in Install()
3084 error = platform_sp->Install(local_file, remote_file); in Install()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h66 FileSpec &local_file) override;
H A DPlatform.h268 const UUID *uuid_ptr, FileSpec &local_file);
786 const lldb_private::FileSpec &local_file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h49 FileSpec &local_file) override;
H A DPlatformRemoteGDBServer.cpp132 FileSpec &local_file) { in GetFileWithUUID() argument
134 local_file = platform_file; in GetFileWithUUID()