Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h61 const char *GetCacheHostname() override;
H A DPlatformAndroid.cpp231 const char *PlatformAndroid::GetCacheHostname() { return m_device_id.c_str(); } in GetCacheHostname() function in PlatformAndroid
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h954 virtual const char *GetCacheHostname();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1591 GetModuleCacheRoot(), GetCacheHostname(), module_spec, in GetCachedSharedModule()
1673 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname() function in Platform