Home
last modified time | relevance | path

Searched refs:ModuleName (Results 1 – 22 of 22) sorted by relevance

/build/soong/cc/
Dndk_prebuilt.go54 name := strings.Split(strings.TrimPrefix(ctx.ModuleName(), "ndk_"), ".")[0]
82 if !strings.HasPrefix(ctx.ModuleName(), "ndk_crt") {
187 if !strings.HasPrefix(ctx.ModuleName(), "ndk_lib") {
193 libName := strings.TrimPrefix(ctx.ModuleName(), "ndk_")
Dtoolchain_library.go63 libName := ctx.ModuleName() + staticLibraryExtension
Dobject.go79 output := android.PathForModuleOut(ctx, ctx.ModuleName()+objectExtension)
Dtest.go235 test.binaryDecorator.baseInstaller.relative = ctx.ModuleName()
340 benchmark.binaryDecorator.baseInstaller.dir = filepath.Join("nativetest", ctx.ModuleName())
341 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("nativetest64", ctx.ModuleName())
Dllndk_library.go84 stub.libraryDecorator.libName = strings.TrimSuffix(ctx.ModuleName(),
Dlinker.go144 if ctx.ModuleName() != "libcompiler_rt-extras" {
Dlibrary.go470 ctx.ModuleName()+library.MutatedProperties.VariantName+staticLibraryExtension)
476 ctx.ModuleName()+library.MutatedProperties.VariantName)
Dcc.go984 ctx.ModuleErrorf("OS mismatch between %q and %q", ctx.ModuleName(), name)
989 ctx.ModuleErrorf("Arch mismatch between %q and %q", ctx.ModuleName(), name)
/build/blueprint/bootstrap/
Dbootstrap.go283 name = ctx.ModuleName()
394 name = ctx.ModuleName()
467 name := ctx.ModuleName()
622 binaryModuleName := ctx.ModuleName(binaryModule)
648 primaryBuilderName = ctx.ModuleName(primaryBuilders[0])
655 ctx.ModuleName(primaryBuilder))
797 return filepath.Join(bootstrapDir, ctx.ModuleName(), "pkg")
804 return filepath.Join(bootstrapDir, ctx.ModuleName(), "test")
815 return filepath.Join(bootstrapDir, ctx.ModuleName(), "obj")
820 return filepath.Join(bootstrapDir, ctx.ModuleName(), "gen")
Dwritedocs.go24 if ctx.ModuleName(binaryModule) == "minibp" {
/build/soong/python/
Dbinary.go116 path, ctx.ModuleName()))
161 p.properties.ActualVersion, ctx.ModuleName()))
187 stem := ctx.ModuleName()
Dpython.go229 p.properties.ActualVersion, ctx.ModuleName()))
279 p.properties.ActualVersion, ctx.ModuleName()))
416 ctx.ModuleName(), ctx.OtherModuleName(module)))
425 path.dest, path.src.String(), ctx.ModuleName(),
438 path.dest, path.src.String(), ctx.ModuleName(),
Dtest.go39 p.pythonDecorator.baseInstaller.dir = filepath.Join("nativetest", ctx.ModuleName())
/build/blueprint/
Dcontext_test.go187 outputDown += ctx.ModuleName(dep.module.logicModule)
194 outputUp += ctx.ModuleName(dep.module.logicModule)
Dsingleton_ctx.go29 ModuleName(module Module) string methodSpec
94 func (s *singletonContext) ModuleName(logicModule Module) string { func
95 return s.context.ModuleName(logicModule)
Dmodule_ctx.go123 ModuleName() string methodSpec
193 func (d *baseModuleContext) ModuleName() string { func
Dcontext.go2534 func (c *Context) ModuleName(logicModule Module) string { func
/build/soong/android/
Dmodule.go440 name := ctx.ModuleName() + "-install"
452 name := ctx.ModuleName() + "-checkbuild"
471 Outputs: []string{ctx.ModuleName() + suffix},
499 desc := "//" + ctx.ModuleDir() + ":" + ctx.ModuleName() + " "
574 a.ModuleName(), strings.Join(a.missingDeps, ", ")))
622 a.ModuleName(), strings.Join(a.missingDeps, ", ")))
994 ModuleName(blueprint.Module) string
1002 ni, nj := s.ctx.ModuleName(mi), s.ctx.ModuleName(mj)
Dtesting.go56 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
Dpaths.go202 …intermediates := filepath.Join(modCtx.ModuleDir(), modCtx.ModuleName(), modCtx.ModuleSubDir(), "mi…
618 …return ModuleOutPath{PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.M…
/build/soong/java/
Djava.go242 if ctx.ModuleName() == "framework" {
258 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
427 …j.installFile = ctx.InstallFileName(android.PathForModuleInstall(ctx, "framework"), ctx.ModuleName
537 …ctx.InstallFileName(android.PathForModuleInstall(ctx, "framework"), ctx.ModuleName()+".jar", j.cla…
Dapp.go153 …ctx.InstallFileName(android.PathForModuleInstall(ctx, "app"), ctx.ModuleName()+".apk", a.outputFil…