Searched defs:GetCacheHostname (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/Android/ | ||
H A D | PlatformAndroid.cpp | 270 const char *PlatformAndroid::GetCacheHostname() { return m_device_id.c_str(); } GetCacheHostname() function in PlatformAndroid |
/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 1781 const char *Platform::GetCacheHostname() { return GetHostname(); } GetCacheHostname() function in Platform |