Home
last modified time | relevance | path

Searched refs:sdkroot_path (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp547 char sdkroot_path[PATH_MAX]; in GetFileInSDK() local
549 if (sdk_dir_info.directory.GetPath(sdkroot_path, sizeof(sdkroot_path))) in GetFileInSDK()
554 sdkroot_path, in GetFileInSDK()
565 const char *sdkroot_path, in GetFileInSDKRoot() argument
569 if (sdkroot_path && sdkroot_path[0] && platform_file_path && platform_file_path[0]) in GetFileInSDKRoot()
578 sdkroot_path, in GetFileInSDKRoot()
589 sdkroot_path, in GetFileInSDKRoot()
598 sdkroot_path, in GetFileInSDKRoot()
DPlatformRemoteiOS.h157 const char *sdkroot_path,