OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcode_path
(Results
1 - 9
of
9
) sorted by null
/external/clang/tools/scan-build/bin/
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/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
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/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
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/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
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/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
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/clang/host/linux-x86/clang-3859424/tools/scan-build/bin/
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/clang/host/linux-x86/clang-4053586/tools/scan-build/bin/
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 140 milliseconds