Searched refs:UseGoma (Results 1 – 7 of 7) sorted by relevance
69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
763 func (c *configImpl) UseGoma() bool { func774 if !c.UseGoma() {821 return c.UseGoma() || c.UseRBE()
248 if ctx.Config().UseGoma() && !supports.Goma {
807 func (c *config) UseGoma() bool { func808 return Bool(c.productVariables.UseGoma)828 return c.UseGoma() || c.UseRBE()
227 UseGoma *bool `json:",omitempty"` member
446 if ctx.Config().UseGoma() && r.remoteable.Goma {
163 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))