Lines Matching defs:sdk
259 'xcrun -sdk "%s" -find clang 2> /dev/null' % (args.apple_sdk)
315 'xcrun --sdk "%s" --show-sdk-path 2> /dev/null' % (args.apple_sdk)
738 def getVersionForSDK(sdk):
739 sdk = str.lower(sdk)
740 full_path = seven.get_command_output("xcrun -sdk %s --show-sdk-path" % sdk)
744 ver = basename.replace(sdk, "")