Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h603 virtual bool GetSupportsSSH() { return m_supports_ssh; } in GetSupportsSSH() function
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp281 if (GetSupportsSSH()) { in GetPlatformSpecificConnectionInformation()