Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp131 if (!GetRSyncPrefix()) in PutFile()
136 GetRSyncPrefix(), dst_path.c_str()); in PutFile()
189 if (!GetRSyncPrefix()) in GetFile()
193 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
277 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
282 if (GetRSyncPrefix() && *GetRSyncPrefix()) in GetPlatformSpecificConnectionInformation()
283 stream.Printf("'%s' ", GetRSyncPrefix()); in GetPlatformSpecificConnectionInformation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h646 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix() function