Searched refs:GetRSyncOpts (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 128 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile() 131 command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(), in PutFile() 134 command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(), in PutFile() 184 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile() 187 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile() 190 command.Printf("rsync %s %s:%s %s", GetRSyncOpts(), in GetFile() 269 if ((GetRSyncOpts() && *GetRSyncOpts()) || in GetPlatformSpecificConnectionInformation() 272 if (GetRSyncOpts() && *GetRSyncOpts()) in GetPlatformSpecificConnectionInformation() 273 stream.Printf("'%s' ", GetRSyncOpts()); in GetPlatformSpecificConnectionInformation()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Platform.h | 593 virtual const char *GetRSyncOpts() { return m_rsync_opts.c_str(); } in GetRSyncOpts() function
|