Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp130 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile()
133 command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(), in PutFile()
136 command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(), in PutFile()
186 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile()
189 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
192 command.Printf("rsync %s %s:%s %s", GetRSyncOpts(), in GetFile()
271 if ((GetRSyncOpts() && *GetRSyncOpts()) || in GetPlatformSpecificConnectionInformation()
274 if (GetRSyncOpts() && *GetRSyncOpts()) in GetPlatformSpecificConnectionInformation()
275 stream.Printf("'%s' ", GetRSyncOpts()); in GetPlatformSpecificConnectionInformation()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h557 virtual const char *GetRSyncOpts() { return m_rsync_opts.c_str(); } in GetRSyncOpts() function