Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h1039 bool m_rsync; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1405 m_rsync = false; in OptionParsingStarting()
1419 m_rsync = true; in SetOptionValue()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp324 if (m_option_group_platform_rsync->m_rsync) { in ConnectRemote()