Home
last modified time | relevance | path

Searched refs:ModuleFromName (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dnamespace.go277 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.… func
286 return container.ModuleFromName(moduleName, nil)
289 group, found = candidate.moduleContainer.ModuleFromName(name, nil)
342 _, found := namespace.moduleContainer.ModuleFromName(depName, nil)
/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
624 moduleGroup, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
641 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
Dsingleton_ctx.go417 moduleGroup, exists := c.nameInterface.ModuleFromName(name, refererInfo.namespace())
Dcontext.go3676 group, exists := c.nameInterface.ModuleFromName(name, namespace)