OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensure_start
(Results
1 - 3
of
3
) sorted by null
/build/core/
goma.mk
59
# We use "
ensure_start
" command when the compiler_proxy is already
63
$(shell ( if ( curl http://localhost:$$($(GOMA_CC) port)/flagz | grep GOMA_HERMETIC=error ); then cmd=
ensure_start
; else cmd=restart; fi; GOMA_HERMETIC=error $(goma_ctl) $${cmd} ) &> /dev/null &)
/build/kati/
m2n
54
$goma_dir/goma_ctl.py
ensure_start
/build/kati/cmd/kati/
main.go
179
cmd := exec.Command(filepath.Join(gomaDir, "goma_ctl.py"), "
ensure_start
")
Completed in 502 milliseconds