Home
last modified time | relevance | path

Searched refs:OtherModuleName (Results 1 – 16 of 16) sorted by relevance

/build/blueprint/
Dvisit_test.go57 panic(fmt.Errorf("unexpected dependency tag on %q", ctx.OtherModuleName(dep)))
59 m.properties.VisitDepsDepthFirst = m.properties.VisitDepsDepthFirst + ctx.OtherModuleName(dep)
62 return ctx.OtherModuleName(dep) != "B"
64 … m.properties.VisitDepsDepthFirstIf = m.properties.VisitDepsDepthFirstIf + ctx.OtherModuleName(dep)
67 m.properties.VisitDirectDeps = m.properties.VisitDirectDeps + ctx.OtherModuleName(dep)
70 return ctx.OtherModuleName(dep) != "B"
72 m.properties.VisitDirectDepsIf = m.properties.VisitDirectDepsIf + ctx.OtherModuleName(dep)
Dmodule_ctx.go157 OtherModuleName(m Module) string methodSpec
297 func (m *baseModuleContext) OtherModuleName(logicModule Module) string { func
584 OtherModuleName(m Module) string methodSpec
/build/soong/android/
Dpath_properties_test.go45 p.sourceDeps = append(p.sourceDeps, ctx.OtherModuleName(dep))
Ddefaults.go146 ctx.OtherModuleName(module))
Dproto.go77 ctx.OtherModuleName(dep))
Dmodule.go140 OtherModuleName(m blueprint.Module) string methodSpec
1021 a.ModuleErrorf("module %q not an android module", a.OtherModuleName(aModule))
1027 a.AddMissingDependencies([]string{a.OtherModuleName(aModule)})
1029 a.ModuleErrorf("depends on disabled module %q", a.OtherModuleName(aModule))
Dmutator.go122 OtherModuleName(m blueprint.Module) string methodSpec
/build/soong/python/
Dpython.go392 sharedLibs = append(sharedLibs, ctx.OtherModuleName(dep))
619 ctx.ModuleName(), ctx.OtherModuleName(child)))
625 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child)) {
632 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child))
/build/soong/java/
Ddevice_host_converter.go98 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
Djava.go615 ctx.OtherModuleName(dep.(blueprint.Module)))
669 otherLinkType, _ := getLinkType(&to.Module, ctx.OtherModuleName(to))
676 ctx.OtherModuleName(to))
682 ctx.OtherModuleName(to))
688 ctx.OtherModuleName(to))
714 otherName := ctx.OtherModuleName(module)
1848 otherName := ctx.OtherModuleName(module)
Dapp.go458 otherName := ctx.OtherModuleName(module)
466 name: ctx.OtherModuleName(module),
Ddroiddoc.go640 otherName := ctx.OtherModuleName(module)
931 …x.PropertyErrorf("custom_template", "module %q is not a droiddoc_template", ctx.OtherModuleName(m))
1444 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m))
1464 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m))
1499 "module %q is not a metalava api-levels-annotations dir", ctx.OtherModuleName(m))
Dsdk_library.go191 otherName := ctx.OtherModuleName(to)
/build/soong/cc/
Dcc.go1444 ctx.OtherModuleName(to))
1459 ctx.OtherModuleName(to), "current")
1476 ctx.OtherModuleName(to), String(to.Properties.Sdk_version))
1492 from.stl.Properties.SelectedStl, ctx.OtherModuleName(to),
1528 "(dependency: %s)", ctx.OtherModuleName(to), strings.Join(stringPath, " -> "))
1548 depName := ctx.OtherModuleName(dep)
1732 postfix := " (required by " + ctx.OtherModuleName(dep) + ")"
/build/soong/apex/
Dapex.go158 depName := mctx.OtherModuleName(child)
679 depName := ctx.OtherModuleName(child)
769 depName := ctx.OtherModuleName(child)
/build/soong/genrule/
Dgenrule.go197 tool := ctx.OtherModuleName(module)