Home
last modified time | relevance | path

Searched refs:GetSupportsRSync (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp118 if (GetSupportsRSync()) { in PutFile()
180 if (GetSupportsRSync()) { in GetFile()
267 if (GetSupportsRSync()) { in GetPlatformSpecificConnectionInformation()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h589 virtual bool GetSupportsRSync() { return m_supports_rsync; } in GetSupportsRSync() function
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp281 if (this->GetSupportsRSync()) { in GetSharedModuleWithLocalCache()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp700 if (GetSupportsRSync()) { in Install()