Searched defs:remote_file (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 426 internalPullFile(const FileSpec & remote_file,const FileSpec & local_file) internalPullFile() argument 460 internalPushFile(const FileSpec & local_file,const FileSpec & remote_file) internalPushFile() argument 508 internalStat(const FileSpec & remote_file,uint32_t & mode,uint32_t & size,uint32_t & mtime) internalStat() argument 542 PullFile(const FileSpec & remote_file,const FileSpec & local_file) PullFile() argument 550 PushFile(const FileSpec & local_file,const FileSpec & remote_file) PushFile() argument 556 Stat(const FileSpec & remote_file,uint32_t & mode,uint32_t & size,uint32_t & mtime) Stat() argument [all...] |
/llvm-project/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 165 DoLoadImage(Process * process,const FileSpec & remote_file,const std::vector<std::string> * paths,Status & error,FileSpec * loaded_image) DoLoadImage() argument
|
/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 673 DoLoadImage(lldb_private::Process * process,const lldb_private::FileSpec & remote_file,const std::vector<std::string> * paths,lldb_private::Status & error,lldb_private::FileSpec * loaded_image) DoLoadImage() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 1796 LoadImage(lldb_private::Process * process,const lldb_private::FileSpec & local_file,const lldb_private::FileSpec & remote_file,lldb_private::Status & error) LoadImage() argument 1832 DoLoadImage(lldb_private::Process * process,const lldb_private::FileSpec & remote_file,const std::vector<std::string> * paths,lldb_private::Status & error,lldb_private::FileSpec * loaded_image) DoLoadImage() argument
|
H A D | Target.cpp | 3074 FileSpec remote_file(module_sp->GetRemoteInstallFileSpec()); Install() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 253 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute() local [all...] |