Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dnamespace.go245 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.… func
254 return container.ModuleFromName(moduleName, nil)
257 group, found = candidate.moduleContainer.ModuleFromName(name, nil)
309 _, found := namespace.moduleContainer.ModuleFromName(depName, nil)
/aosp12/build/blueprint/
H A Dname_interface.go58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool)
121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
H A Dmodule_ctx.go536 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
H A Dcontext.go3091 group, exists := c.nameInterface.ModuleFromName(name, namespace)