Searched refs:loadAlways (Results 1 – 2 of 2) sorted by relevance
/build/soong/mk2rbc/ |
D | node.go | 71 loadAlways bool member 88 loadAlways bool member 132 loadAlways bool member 145 if inn.loadAlways { 162 loadAlways bool member 168 if inn.loadAlways {
|
D | mk2rbc.go | 134 "inherit-product": &inheritProductCallParser{loadAlways: true}, 135 "inherit-product-if-exists": &inheritProductCallParser{loadAlways: false}, 810 …v mkparser.Node, pathExpr starlarkExpr, loadAlways bool, processModule func(inheritedModule) starl… 826 moduleShouldExist := loadAlways && ctx.ifNestLevel == 0 833 result = append(result, processModule(inheritedStaticModule{mi, loadAlways})) 841 return []starlarkNode{processModule(inheritedStaticModule{mi, loadAlways})} 885 …res := inheritedDynamicModule{pathExpr, []*moduleInfo{}, loadAlways, ctx.errorLocation(v), needsWa… 934 loadAlways bool member 944 return ctx.handleSubConfig(v, pathExpr, p.loadAlways, func(im inheritedModule) starlarkNode { 945 return &inheritNode{im, p.loadAlways} [all …]
|