Home
last modified time | relevance | path

Searched defs:makeVarsContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmakevars.go195 type makeVarsContext struct { struct
196 SingletonContext
197 config Config
198 pctx PackageContext
199 vars []makeVarsVariable
200 phonies []phony
201 dists []dist
527 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 …]