Home
last modified time | relevance | path

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

/build/soong/android/
Dhooks.go92 func (l *loadHookContext) createModule(factory blueprint.ModuleFactory, name string, props ...inter… func
98 createModule(blueprint.ModuleFactory, string, ...interface{}) blueprint.Module methodSpec
101 func createModule(ctx createModuleContext, factory ModuleFactory, ext string, props ...interface{})… func
Dmutator.go806 func (t *topDownMutatorContext) createModule(factory blueprint.ModuleFactory, name string, props ..… func