Home
last modified time | relevance | path

Searched defs:GetCacheHostname (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp248 const char *PlatformAndroid::GetCacheHostname() { return m_device_id.c_str(); } in GetCacheHostname() function in PlatformAndroid
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1712 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname() function in Platform