Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp128 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile()
131 command.Printf("rsync %s %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()
184 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile()
187 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile()
190 command.Printf("rsync %s %s:%s %s", GetRSyncOpts(), in GetFile()
269 if ((GetRSyncOpts() && *GetRSyncOpts()) || in GetPlatformSpecificConnectionInformation()
272 if (GetRSyncOpts() && *GetRSyncOpts()) in GetPlatformSpecificConnectionInformation()
273 stream.Printf("'%s' ", GetRSyncOpts()); in GetPlatformSpecificConnectionInformation()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h593 virtual const char *GetRSyncOpts() { return m_rsync_opts.c_str(); } in GetRSyncOpts() function