Searched refs:sdkPath (Results 1 – 5 of 5) sorted by relevance
16 @property (retain) __attribute__((objc_gc(strong))) NSString *sdkPath; property20 @synthesize sdkPath;
21 def sdkPath = config.files.first().getAbsolutePath()22 out << "${sdkPath}\n"
171 sdkPath = findSDK()172 if sdkPath != None:173 adbInSDK = os.path.join(sdkPath, "platform-tools", "adb")
1027 sdk = SDKEnv(os.path.realpath(args.sdkPath), args.toolApi)1039 print(" --sdk=%s" % args.sdkPath)
312 std::string sdkPath; in getWindowsSDKLibraryPath() local318 if (!getWindowsSDKDir(sdkPath, sdkMajor, windowsSDKIncludeVersion, in getWindowsSDKLibraryPath()322 llvm::SmallString<128> libPath(sdkPath); in getWindowsSDKLibraryPath()