Searched refs:ModuleFromName (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/android/ |
H A D | namespace.go | 245 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 D | name_interface.go | 58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) 121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
|
H A D | module_ctx.go | 536 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
|
H A D | context.go | 3091 group, exists := c.nameInterface.ModuleFromName(name, namespace)
|