Home
last modified time | relevance | path

Searched refs:GetRSyncPrefix (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp127 if (!GetRSyncPrefix()) in PutFile()
132 GetRSyncPrefix(), dst_path.c_str()); in PutFile()
183 if (!GetRSyncPrefix()) in GetFile()
187 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
270 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
275 if (GetRSyncPrefix() && *GetRSyncPrefix()) in GetPlatformSpecificConnectionInformation()
276 stream.Printf("'%s' ", GetRSyncPrefix()); in GetPlatformSpecificConnectionInformation()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h597 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix() function