Searched refs:UseRBED8 (Results 1 – 3 of 3) sorted by relevance
167 $(call add_json_bool, UseRBED8, $(filter-out false,$(RBE_D8)))
231 UseRBED8 *bool `json:",omitempty"` member
823 func (c *config) UseRBED8() bool { func824 return Bool(c.productVariables.UseRBED8)