Home
last modified time | relevance | path

Searched refs:m_rsync_prefix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h584 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix()
587 m_rsync_prefix.assign(prefix); in SetRSyncPrefix()
956 std::string m_rsync_prefix; variable
1144 std::string m_rsync_prefix; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp238 m_rsync_prefix(), m_supports_ssh(false), m_ssh_opts(), in Platform()
1324 m_rsync_prefix.clear(); in OptionParsingStarting()
1344 m_rsync_prefix.assign(std::string(option_arg)); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp331 SetRSyncPrefix(m_option_group_platform_rsync->m_rsync_prefix.c_str()); in ConnectRemote()