Searched refs:UseGoma (Results 1 – 7 of 7) sorted by relevance
65 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
46 if config.UseGoma() {
472 func (c *configImpl) UseGoma() bool { func483 if !c.UseGoma() {
255 if ctx.Config().UseGoma() && params.Pool == nil {
194 UseGoma *bool `json:",omitempty"` member
713 func (c *config) UseGoma() bool { func714 return Bool(c.productVariables.UseGoma)
141 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))