Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go62 type fooModule struct { struct
63 SimpleName
64 properties struct {
76 func (f *fooModule) GenerateBuildActions(ModuleContext) {
79 func (f *fooModule) Deps() []string {
83 func (f *fooModule) IgnoreDeps() []string {
87 func (f *fooModule) Foo() string {
91 func (f *fooModule) Walk() bool {