Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp261 if (GetSupportsRSync()) { in PutFile()
323 if (GetSupportsRSync()) { in GetFile()
410 if (GetSupportsRSync()) { in GetPlatformSpecificConnectionInformation()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h579 virtual bool GetSupportsRSync() { return m_supports_rsync; } in GetSupportsRSync() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp694 if (GetSupportsRSync()) { in Install()