Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp129 if (!GetRSyncPrefix()) in PutFile()
134 GetRSyncPrefix(), dst_path.c_str()); in PutFile()
185 if (!GetRSyncPrefix()) in GetFile()
189 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
272 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
277 if (GetRSyncPrefix() && *GetRSyncPrefix()) in GetPlatformSpecificConnectionInformation()
278 stream.Printf("'%s' ", GetRSyncPrefix()); in GetPlatformSpecificConnectionInformation()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h561 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix() function