Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp416 if (!GetRSyncPrefix()) in PutFile()
421 GetRSyncPrefix(), dst_path.c_str()); in PutFile()
512 if (!GetRSyncPrefix()) in GetFile()
516 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
601 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
606 if (GetRSyncPrefix() && *GetRSyncPrefix()) in GetPlatformSpecificConnectionInformation()
607 stream.Printf("'%s' ", GetRSyncPrefix()); in GetPlatformSpecificConnectionInformation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h642 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix() function