Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h597 virtual const char *GetRSyncPrefix() { return m_rsync_prefix.c_str(); } in GetRSyncPrefix()
600 m_rsync_prefix.assign(prefix); in SetRSyncPrefix()
900 std::string m_rsync_prefix; variable
1041 std::string m_rsync_prefix; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp390 m_rsync_opts(), m_rsync_prefix(), m_supports_ssh(false), m_ssh_opts(), in Platform()
1407 m_rsync_prefix.clear(); in OptionParsingStarting()
1427 m_rsync_prefix.assign(std::string(option_arg)); in SetOptionValue()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp327 SetRSyncPrefix(m_option_group_platform_rsync->m_rsync_prefix.c_str()); in ConnectRemote()