Home
last modified time | relevance | path

Searched refs:sdkPath (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaObjC/
Dproperty-nonfragile-abi.m16 @property (retain) __attribute__((objc_gc(strong))) NSString *sdkPath; property
20 @synthesize sdkPath;
/external/robolectric/processor/
Dbuild.gradle21 def sdkPath = config.files.first().getAbsolutePath()
22 out << "${sdkPath}\n"
/external/deqp/scripts/android/
Dinstall_apk.py171 sdkPath = findSDK()
172 if sdkPath != None:
173 adbInSDK = os.path.join(sdkPath, "platform-tools", "adb")
Dbuild_apk.py1027 sdk = SDKEnv(os.path.realpath(args.sdkPath), args.toolApi)
1039 print(" --sdk=%s" % args.sdkPath)
/external/clang/lib/Driver/
DMSVCToolChain.cpp312 std::string sdkPath; in getWindowsSDKLibraryPath() local
318 if (!getWindowsSDKDir(sdkPath, sdkMajor, windowsSDKIncludeVersion, in getWindowsSDKLibraryPath()
322 llvm::SmallString<128> libPath(sdkPath); in getWindowsSDKLibraryPath()