Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h591 virtual void SetSupportsRSync(bool flag) { m_supports_rsync = flag; } in SetSupportsRSync() function
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp325 SetSupportsRSync(true); in ConnectRemote()