Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go62 type barModule struct { struct
63 SimpleName
64 properties struct {
75 func (b *barModule) DynamicDependencies(ctx DynamicDependerModuleContext) []string {
79 func (b *barModule) GenerateBuildActions(ModuleContext) {
82 func (b *barModule) Bar() bool {
86 func (b *barModule) Walk() bool {