Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go63 type fooModule struct { struct
64 SimpleName
65 properties struct {
77 func (f *fooModule) GenerateBuildActions(ModuleContext) {
80 func (f *fooModule) Deps() []string {
84 func (f *fooModule) IgnoreDeps() []string {
88 func (f *fooModule) Foo() string {
92 func (f *fooModule) Walk() bool {