Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/mk2rbc/
H A Dnode.go85 type inheritedDynamicModule struct { struct
93 func (i inheritedDynamicModule) name() string { argument
97 func (i inheritedDynamicModule) entryName() string { argument
101 func (i inheritedDynamicModule) emitSelect(gctx *generationContext) { argument
122 func (i inheritedDynamicModule) pathExpr() starlarkExpr { argument
126 func (i inheritedDynamicModule) needsLoadCheck() bool { argument
H A Dmk2rbc.go886 …res := inheritedDynamicModule{pathExpr, []*moduleInfo{}, loadAlways, ctx.errorLocation(v), needsWa…
1727 if b, ok := a.module.(inheritedDynamicModule); ok {
1732 if b, ok := a.module.(inheritedDynamicModule); ok {