Searched defs:xcode_dir (Results 1 – 5 of 5) sorted by relevance
31 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
29 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
30 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
35 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
19 xcode_dir = commands.getoutput("xcode-select --print-path") variable