Searched defs:makeVarsContext (Results 1 – 1 of 1) sorted by relevance
186 type makeVarsContext struct { struct187 SingletonContext188 config Config189 pctx PackageContext190 vars []makeVarsVariable191 phonies []phony192 dists []dist408 func (c *makeVarsContext) DeviceConfig() DeviceConfig {414 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {424 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {[all …]