Searched defs:makeVarsContext (Results 1 – 1 of 1) sorted by relevance
189 type makeVarsContext struct { struct190 SingletonContext191 pctx PackageContext192 vars []makeVarsVariable193 phonies []phony568 func (c *makeVarsContext) DeviceConfig() DeviceConfig {574 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {584 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {593 func (c *makeVarsContext) addVariable(name, ninjaStr string, strict, sort bool) {601 func (c *makeVarsContext) addPhony(name string, deps []string) {[all …]