Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dnode.go85 type inheritedDynamicModule struct { struct
86 path interpolateExpr
87 candidateModules []*moduleInfo
88 loadAlways bool
89 location ErrorLocation
90 needsWarning bool
93 func (i inheritedDynamicModule) name() string {
97 func (i inheritedDynamicModule) entryName() string {
101 func (i inheritedDynamicModule) emitSelect(gctx *generationContext) {
122 func (i inheritedDynamicModule) pathExpr() starlarkExpr {
[all …]