Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go95 type barModule struct { struct
96 SimpleName
97 properties struct {
109 func (b *barModule) Deps() []string {
113 func (b *barModule) IgnoreDeps() []string {
117 func (b *barModule) GenerateBuildActions(ModuleContext) {
120 func (b *barModule) Bar() bool {
124 func (b *barModule) Walk() bool {