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()
1805 const lldb_private::FileSpec &local_file, in LoadImage() argument
1808 if (local_file && remote_file) { in LoadImage()
1811 if (IsRemote() || local_file != remote_file) { in LoadImage()
1812 error = Install(local_file, remote_file); in LoadImage()
1819 if (local_file) { in LoadImage()
1823 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
1824 if (IsRemote() || local_file != target_file) { in LoadImage()
1825 error = Install(local_file, target_file); in LoadImage()
H A DTarget.cpp123 const FileSpec &local_file) { in getRemoteFileSpec()
128 if (!local_file) in getRemoteFileSpec()
132 remote_file.AppendPathComponent(local_file.GetFilename().GetCString()); in getRemoteFileSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h66 FileSpec &local_file) override;
H A DPlatform.h271 const UUID *uuid_ptr, FileSpec &local_file);
848 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()