Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go26 type fooModule struct { struct
27 SimpleName
28 properties struct {
39 func (f *fooModule) GenerateBuildActions(ModuleContext) {
42 func (f *fooModule) DynamicDependencies(ctx DynamicDependerModuleContext) []string {
46 func (f *fooModule) Foo() string {
50 func (f *fooModule) Walk() bool {