Searched defs:makeVarsContext (Results 1 – 1 of 1) sorted by relevance
195 type makeVarsContext struct { struct196 SingletonContext197 config Config198 pctx PackageContext199 vars []makeVarsVariable200 phonies []phony201 dists []dist527 func (c *makeVarsContext) DeviceConfig() DeviceConfig {533 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {543 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {[all …]