Searched refs:platform_file_path (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteiOS.cpp | 519 PlatformRemoteiOS::FindFileInAllSDKs (const char *platform_file_path, in FindFileInAllSDKs() argument 522 if (platform_file_path && platform_file_path[0] && UpdateSDKDirectoryInfosInNeeded()) in FindFileInAllSDKs() 529 if (GetFileInSDK (platform_file_path, in FindFileInAllSDKs() 541 PlatformRemoteiOS::GetFileInSDK (const char *platform_file_path, in GetFileInSDK() argument 553 return GetFileInSDKRoot (platform_file_path, in GetFileInSDK() 564 PlatformRemoteiOS::GetFileInSDKRoot (const char *platform_file_path, in GetFileInSDKRoot() argument 569 if (sdkroot_path && sdkroot_path[0] && platform_file_path && platform_file_path[0]) in GetFileInSDKRoot() 579 platform_file_path); in GetFileInSDKRoot() 590 platform_file_path); in GetFileInSDKRoot() 599 platform_file_path); in GetFileInSDKRoot() [all …]
|
D | PlatformiOSSimulator.cpp | 323 char platform_file_path[PATH_MAX]; in GetFile() local 324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetFile() 335 platform_file_path); in GetFile() 343 local_file.SetFile(platform_file_path, true); in GetFile() 349 platform_file_path, in GetFile()
|
D | PlatformRemoteiOS.h | 147 FindFileInAllSDKs (const char *platform_file_path, 151 GetFileInSDK (const char *platform_file_path, 156 GetFileInSDKRoot (const char *platform_file_path,
|