HomeSort by relevance Sort by last modified time
    Searched refs:xcode_path (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/scan-build/
set-xcode-analyzer 96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
99 xcode_path = "/Developer"
100 if (xcode_path.find(".app/") != -1):
103 xcode_path = xcode_path.rsplit('/Developer', 1)[0]
106 for x in FindClangSpecs(xcode_path):
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
set-xcode-analyzer 96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
99 xcode_path = "/Developer"
100 if (xcode_path.find(".app/") != -1):
103 xcode_path = os.path.dirname(xcode_path)
106 for x in FindClangSpecs(xcode_path):
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
set-xcode-analyzer 96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
99 xcode_path = "/Developer"
100 if (xcode_path.find(".app/") != -1):
103 xcode_path = os.path.dirname(xcode_path)
106 for x in FindClangSpecs(xcode_path):

Completed in 67 milliseconds