Home
last modified time | relevance | path

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

/build/blueprint/
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
Dmodule_ctx.go317 ModuleFromName(name string) (Module, bool) methodSpec
551 func (m *baseModuleContext) ModuleFromName(name string) (Module, bool) { func
552 moduleGroup, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
569 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
Dsingleton_ctx.go390 moduleGroup, exists := c.nameInterface.ModuleFromName(name, refererInfo.namespace())
Dcontext.go3560 group, exists := c.nameInterface.ModuleFromName(name, namespace)
/build/soong/bazel/
Dtesting.go53 func (omc *OtherModuleTestContext) ModuleFromName(name string) (blueprint.Module, bool) { func
Dproperties_test.go555 m, ok := omc.ModuleFromName(label.Label)
Dproperties.go992 ModuleFromName(name string) (blueprint.Module, bool) methodSpec
/build/soong/android/
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)