Home
last modified time | relevance | path

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

/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)
Dfilegroup.go66 m, exists := ctx.ModuleFromName(label.OriginalModuleName)
349 if module, ok := ctx.ModuleFromName(name); ok {
Dbazel_paths_test.go136 func (ctx *TestBazelConversionPathContext) ModuleFromName(string) (blueprint.Module, bool) { func
Dbazel_paths.go94 ModuleFromName(name string) (blueprint.Module, bool) methodSpec
399 m, _ := ctx.ModuleFromName(dep)
Dmodule.go264 ModuleFromName(name string) (blueprint.Module, bool) methodSpec
2975 func (b *baseModuleContext) ModuleFromName(name string) (blueprint.Module, bool) { func
2980 return b.bp.ModuleFromName(moduleName)
2982 return b.bp.ModuleFromName(name)
/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.go306 ModuleFromName(name string) (Module, bool) methodSpec
546 func (m *baseModuleContext) ModuleFromName(name string) (Module, bool) { func
547 moduleGroup, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
564 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
Dsingleton_ctx.go386 moduleGroup, exists := c.nameInterface.ModuleFromName(name, refererInfo.namespace())
Dcontext.go3627 group, exists := c.nameInterface.ModuleFromName(name, namespace)
/build/soong/bazel/
Dtesting.go53 func (omc *OtherModuleTestContext) ModuleFromName(name string) (blueprint.Module, bool) { func
Dproperties_test.go450 m, ok := omc.ModuleFromName(label.Label)
Dproperties.go964 ModuleFromName(name string) (blueprint.Module, bool) methodSpec
/build/soong/cc/
Dbp2build.go122 m, exists := otherModuleCtx.ModuleFromName(label.OriginalModuleName)
1190 dep, _ := ctx.ModuleFromName(l.OriginalModuleName)
/build/soong/apex/
Dapex.go2813 baseModule, baseApexExists := ctx.ModuleFromName(baseApexModuleName)