Searched refs:GetFileInSDK (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteDarwinDevice.cpp | 399 if (GetFileInSDK(platform_file_path, sdk_idx, local_file)) { in FindFileInAllSDKs() 407 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK() function in PlatformRemoteDarwinDevice 526 if (GetFileInSDK(platform_file_path, connected_sdk_idx, in GetSharedModule() 543 if (GetFileInSDK(platform_file_path, m_last_module_sdk_idx, in GetSharedModule() 565 if (GetFileInSDK(platform_file_path, current_sdk_idx, in GetSharedModule() 585 if (GetFileInSDK(platform_file_path, sdk_idx, in GetSharedModule()
|
D | PlatformRemoteDarwinDevice.h | 88 bool GetFileInSDK(const char *platform_file_path, uint32_t sdk_idx,
|