Home
last modified time | relevance | path

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

/build/blueprint/
Dname_interface.go58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) methodSpec
121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
Dmodule_ctx.go795 _, exists := mctx.context.nameInterface.ModuleFromName(name, mctx.module.namespace())
Dcontext.go2544 group, exists := c.nameInterface.ModuleFromName(name, namespace)
/build/soong/android/
Dnamespace.go234 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.… func
243 return container.ModuleFromName(moduleName, nil)
246 group, found = candidate.moduleContainer.ModuleFromName(name, nil)
298 _, found := namespace.moduleContainer.ModuleFromName(depName, nil)