Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:platform_file_path

519 PlatformRemoteiOS::FindFileInAllSDKs (const char *platform_file_path,
522 if (platform_file_path && platform_file_path[0] && UpdateSDKDirectoryInfosInNeeded())
529 if (GetFileInSDK (platform_file_path,
541 PlatformRemoteiOS::GetFileInSDK (const char *platform_file_path,
553 return GetFileInSDKRoot (platform_file_path,
564 PlatformRemoteiOS::GetFileInSDKRoot (const char *platform_file_path,
569 if (sdkroot_path && sdkroot_path[0] && platform_file_path && platform_file_path[0])
579 platform_file_path);
590 platform_file_path);
599 platform_file_path);
615 char platform_file_path[PATH_MAX];
616 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
627 platform_file_path);
637 platform_file_path);
646 platform_file_path);
658 platform_file_path,
694 char platform_file_path[PATH_MAX];
695 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
703 if (GetFileInSDK (platform_file_path, m_last_module_sdk_idx, local_file))
729 if (GetFileInSDK (platform_file_path, sdk_idx, local_file))