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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp162 FileSpec &local_file) {
165 local_file);
168 local_file = platform_file;
160 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
H A DPlatform.cpp168 const UUID *uuid_ptr, FileSpec &local_file) {
170 local_file = platform_file;
1698 const lldb_private::FileSpec &local_file,
1701 if (local_file && remote_file) {
1704 if (IsRemote() || local_file != remote_file) {
1705 error = Install(local_file, remote_file);
1712 if (local_file) {
1716 target_file.AppendPathComponent(local_file.GetFilename().AsCString());
1717 if (IsRemote() || local_file != target_file) {
1718 error = Install(local_file, target_fil
167 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
[all...]
H A DTarget.cpp2701 FileSpec local_file(module_sp->GetFileSpec());
2702 if (local_file) {
2715 error = platform_sp->Install(local_file, remote_file);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h60 FileSpec &local_file) override;
H A DPlatform.h266 /// patch in \a local_file as was in \a platform_file.
280 /// \param[out] local_file
290 const UUID *uuid_ptr, FileSpec &local_file);
737 /// \param[in] local_file
745 /// If local_file is specified then the location where the library
746 /// should be copied over from the host. If local_file isn't
760 const lldb_private::FileSpec &local_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h54 FileSpec &local_file) override;
H A DPlatformRemoteGDBServer.cpp194 FileSpec &local_file) {
196 local_file = platform_file;
192 GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr, FileSpec &local_file) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c404 const char *local_file;
485 SVN_ERR(svn_wc__db_pristine_get_path(&local_file,
490 local_file = local_abspath;
492 local_file = pristine_file;
495 &local_file, local_abspath,
503 SVN_ERR(svn_io_files_contents_same_p(&files_same, local_file,
529 local_file,
403 const char *local_file; local

Completed in 200 milliseconds