Searched refs:ModuleFromName (Results 1 – 5 of 5) sorted by relevance
| /build/soong/android/ |
| D | namespace.go | 277 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/ |
| D | name_interface.go | 63 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) methodSpec 179 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
|
| D | module_ctx.go | 363 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())
|
| D | singleton_ctx.go | 417 moduleGroup, exists := c.nameInterface.ModuleFromName(name, refererInfo.namespace())
|
| D | context.go | 3676 group, exists := c.nameInterface.ModuleFromName(name, namespace)
|