Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp131 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile()
134 command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(), in PutFile()
137 command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(), in PutFile()
187 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile()
190 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
193 command.Printf("rsync %s %s:%s %s", GetRSyncOpts(), in GetFile()
272 if ((GetRSyncOpts() && *GetRSyncOpts()) || in GetPlatformSpecificConnectionInformation()
275 if (GetRSyncOpts() && *GetRSyncOpts()) in GetPlatformSpecificConnectionInformation()
276 stream.Printf("'%s' ", GetRSyncOpts()); in GetPlatformSpecificConnectionInformation()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h558 virtual const char *GetRSyncOpts() { return m_rsync_opts.c_str(); } in GetRSyncOpts() function