OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gomacc
(Results
1 - 5
of
5
) sorted by null
/external/clang/
compiler_wrapper
17
"""Return the
gomacc
command if it is found in $GOMACC_PATH."""
18
gomacc
= os.environ.get('GOMACC_PATH')
19
if
gomacc
and os.path.isfile(
gomacc
):
20
return
gomacc
24
gomacc
= get_gomacc_command()
variable
25
if
gomacc
:
26
argv0 =
gomacc
27
execargs += [
gomacc
]
/build/make/core/
goma.mk
24
GOMA_CC := $(goma_dir)/
gomacc
26
# Append
gomacc
to existing *_WRAPPER variables so it's possible to
27
# use both ccache and
gomacc
.
/external/libaom/libaom/build/cmake/
aom_configure.cmake
225
set_compiler_launcher(ENABLE_GOMA
gomacc
)
/build/soong/ui/build/
config.go
112
//
gomacc
497
//
gomacc
) are run in parallel. Note the parallelism of all other jobs is
/build/kati/
ninja.go
327
cmd = fmt.Sprintf("%s/
gomacc
%s", n.GomaDir, rcmd)
Completed in 598 milliseconds