Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go97 type barModule struct { struct
98 SimpleName
99 properties struct {
111 func (b *barModule) Deps() []string {
115 func (b *barModule) IgnoreDeps() []string {
119 func (b *barModule) GenerateBuildActions(ModuleContext) {
122 func (b *barModule) Bar() bool {
126 func (b *barModule) Walk() bool {