Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp417 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile()
420 command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(), in PutFile()
423 command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(), in PutFile()
513 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile()
516 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
519 command.Printf("rsync %s %s:%s %s", GetRSyncOpts(), in GetFile()
600 if ((GetRSyncOpts() && *GetRSyncOpts()) || in GetPlatformSpecificConnectionInformation()
603 if (GetRSyncOpts() && *GetRSyncOpts()) in GetPlatformSpecificConnectionInformation()
604 stream.Printf("'%s' ", GetRSyncOpts()); in GetPlatformSpecificConnectionInformation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h638 virtual const char *GetRSyncOpts() { return m_rsync_opts.c_str(); } in GetRSyncOpts() function