Home
last modified time | relevance | path

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

/build/blueprint/
Dname_interface.go63 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) methodSpec
179 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
Dmodule_ctx.go363 ModuleFromName(name string) (Module, bool) methodSpec
623 func (m *baseModuleContext) ModuleFromName(name string) (Module, bool) { func
/build/soong/android/
Dnamespace.go277 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.… func