Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp121 if (GetSupportsRSync()) { in PutFile()
183 if (GetSupportsRSync()) { in GetFile()
270 if (GetSupportsRSync()) { in GetPlatformSpecificConnectionInformation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h576 virtual bool GetSupportsRSync() { return m_supports_rsync; } in GetSupportsRSync() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp532 if (GetSupportsRSync()) { in Install()