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.cpp130 if (!GetRSyncPrefix()) in PutFile()
135 GetRSyncPrefix(), dst_path.c_str()); in PutFile()
186 if (!GetRSyncPrefix()) in GetFile()
190 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
273 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
278 if (GetRSyncPrefix() && *GetRSyncPrefix()) in GetPlatformSpecificConnectionInformation()
279 stream.Printf("'%s' ", GetRSyncPrefix()); in GetPlatformSpecificConnectionInformation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h584 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix() function