Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp230 const char *PlatformAndroid::GetCacheHostname() { return m_device_id.c_str(); } in GetCacheHostname() function in PlatformAndroid
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1672 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname() function in Platform