Searched defs:makeVarsContext (Results 1 – 1 of 1) sorted by relevance
153 type makeVarsContext struct { struct154 SingletonContext155 config Config156 pctx PackageContext157 vars []makeVarsVariable158 phonies []phony159 dists []dist336 func (c *makeVarsContext) DeviceConfig() DeviceConfig {342 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {352 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {[all …]