Searched refs:sdkPath (Results 1 – 2 of 2) sorted by relevance
43 char* sdkPath; in path_getSdkRoot() local67 sdkPath = path_parent(temp, 1); in path_getSdkRoot()68 if (sdkPath == NULL) { in path_getSdkRoot()72 D("found SDK root at %s", sdkPath); in path_getSdkRoot()73 return sdkPath; in path_getSdkRoot()
15 @property (retain) __attribute__((objc_gc(strong))) NSString *sdkPath; property19 @synthesize sdkPath;