OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcode_path
(Results
1 - 13
of
13
) 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/darwin-x86/host/3.6/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/clang/host/darwin-x86/3.8/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/clang/host/darwin-x86/clang-2629532/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-2658975/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-2690385/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/3.8/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/clang/host/linux-x86/clang-2629532/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-2658975/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-2690385/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/linux-x86/host/3.6/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 2177 milliseconds