Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dnode.go69 type inheritedStaticModule struct { struct
74 func (im inheritedStaticModule) emitSelect(_ *generationContext) { argument
77 func (im inheritedStaticModule) pathExpr() starlarkExpr { argument
81 func (im inheritedStaticModule) needsLoadCheck() bool { argument
Dmk2rbc.go787 result = append(result, processModule(inheritedStaticModule{mi, loadAlways}))
795 return []starlarkNode{processModule(inheritedStaticModule{mi, loadAlways})}