Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h61 const char *GetCacheHostname() override;
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/include/lldb/Target/
H A DPlatform.h925 virtual const char *GetCacheHostname();
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1590 GetModuleCacheRoot(), GetCacheHostname(), module_spec, in GetCachedSharedModule()
1672 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname() function in Platform