Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h640 virtual void SetRSyncOpts(const char *opts) { m_rsync_opts.assign(opts); } in SetRSyncOpts() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp748 SetRSyncOpts(m_option_group_platform_rsync->m_rsync_opts.c_str()); in ConnectRemote()