Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp126 if (GetIgnoresRemoteHostname()) { in PutFile()
182 if (GetIgnoresRemoteHostname()) { in GetFile()
270 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
277 if (GetIgnoresRemoteHostname()) in GetPlatformSpecificConnectionInformation()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h611 virtual bool GetIgnoresRemoteHostname() { return m_ignores_remote_hostname; } in GetIgnoresRemoteHostname() function