Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go96 type barModule struct { struct
97 SimpleName
98 properties struct {
110 func (b *barModule) Deps() []string {
114 func (b *barModule) IgnoreDeps() []string {
118 func (b *barModule) GenerateBuildActions(ModuleContext) {
121 func (b *barModule) Bar() bool {
125 func (b *barModule) Walk() bool {