Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go64 type fooModule struct { struct
65 SimpleName
66 properties struct {
78 func (f *fooModule) GenerateBuildActions(ModuleContext) {
81 func (f *fooModule) Deps() []string {
85 func (f *fooModule) IgnoreDeps() []string {
89 func (f *fooModule) Foo() string {
93 func (f *fooModule) Walk() bool {