Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A 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)
/aosp_15_r20/build/blueprint/
H A Dname_interface.go62 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) methodSpec
146 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
H A Dmodule_ctx.go353 ModuleFromName(name string) (Module, bool) methodSpec
609 func (m *baseModuleContext) ModuleFromName(name string) (Module, bool) { func
610 moduleGroup, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
627 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
H A Dsingleton_ctx.go408 moduleGroup, exists := c.nameInterface.ModuleFromName(name, refererInfo.namespace())
H A Dcontext.go3693 group, exists := c.nameInterface.ModuleFromName(name, namespace)