Searched refs:platform_file_path (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteDarwinDevice.cpp | 388 uint32_t PlatformRemoteDarwinDevice::FindFileInAllSDKs(const char *platform_file_path, in FindFileInAllSDKs() argument 391 if (platform_file_path && platform_file_path[0] && in FindFileInAllSDKs() 397 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file_path, in FindFileInAllSDKs() 399 if (GetFileInSDK(platform_file_path, sdk_idx, local_file)) { in FindFileInAllSDKs() 407 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK() argument 416 if (!sdkroot_path.empty() && platform_file_path && platform_file_path[0]) { in GetFileInSDK() 426 local_file.AppendPathComponent(platform_file_path); in GetFileInSDK() 430 platform_file_path, sdkroot_path.c_str(), paths_to_try[i]); in GetFileInSDK() 445 char platform_file_path[PATH_MAX]; in GetSymbolFile() local 446 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile() [all …]
|
D | PlatformRemoteDarwinDevice.h | 85 uint32_t FindFileInAllSDKs(const char *platform_file_path, 88 bool GetFileInSDK(const char *platform_file_path, uint32_t sdk_idx,
|
D | PlatformAppleSimulator.cpp | 432 char platform_file_path[PATH_MAX]; in GetSymbolFile() local 433 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile() 438 m_sdk.str().c_str(), platform_file_path); in GetSymbolFile() 447 local_file.SetFile(platform_file_path, FileSpec::Style::native); in GetSymbolFile() 454 platform_file_path, GetPluginName().GetCString()); in GetSymbolFile()
|