Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go95 type barModule struct { struct
105 m := &barModule{}
109 func (b *barModule) Deps() []string { argument
113 func (b *barModule) IgnoreDeps() []string { argument
117 func (b *barModule) GenerateBuildActions(ModuleContext) { argument
120 func (b *barModule) Bar() bool { argument
124 func (b *barModule) Walk() bool { argument
436 b := ctx.moduleGroupFromName("B", nil).modules[0].logicModule.(*barModule)
437 c := ctx.moduleGroupFromName("C", nil).modules[0].logicModule.(*barModule)