Home
last modified time | relevance | path

Searched refs:ModuleSubDir (Results 1 – 18 of 18) sorted by relevance

/build/soong/android/
Dsingleton_module.go73 smb.variant = ctx.ModuleSubDir()
Dmodule_context.go211 ModuleSubDir() string methodSpec
499 func (m *moduleContext) ModuleSubDir() string { func
500 return m.bp.ModuleSubDir()
663 variation: m.ModuleSubDir(),
818 variation: m.ModuleSubDir(),
869 variation: m.ModuleSubDir(),
Dsingleton.go33 ModuleSubDir(module blueprint.Module) string methodSpec
285 func (s *singletonContextAdaptor) ModuleSubDir(module blueprint.Module) string { func
286 return s.SingletonContext.ModuleSubDir(getWrappedModule(module))
Dcompliance_metadata.go238 complianceMetadataInfo.SetStringValue(ComplianceMetadataProp.VARIANT, ctx.ModuleSubDir())
Dtesting.go592 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
604 allVariants = append(allVariants, ctx.ModuleSubDir(m))
625 variants = append(variants, ctx.ModuleSubDir(m))
Dandroidmk.go505 ModuleSubDir(module blueprint.Module) string methodSpec
537 …e: %s, name: %s, variant: %s\n", ctx.ModuleType(mod), base.BaseModuleName(), ctx.ModuleSubDir(mod))
1019 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
1496 …%s, name: %s, variant: %s", ctx.ModuleType(mod), commonInfo.BaseModuleName, ctx.ModuleSubDir(mod)))
Dmakevars.go77 ModuleSubDir(module blueprint.Module) string methodSpec
Dpaths.go1746 ModuleSubDir() string methodSpec
1750 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
Dmodule.go1685 name := namespacePrefix + ctx.ModuleName() + "-" + ctx.ModuleSubDir() + "-checkbuild"
/build/blueprint/
Dsingleton_ctx.go42 ModuleSubDir(module Module) string methodSpec
212 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
213 return s.context.ModuleSubDir(getWrappedModule(logicModule))
Dmodule_ctx.go426 ModuleSubDir() string methodSpec
620 return m.context.ModuleSubDir(getWrappedModule(logicModule))
970 func (m *moduleContext) ModuleSubDir() string { func
Dtransition_test.go169 got = append(got, ctx.ModuleName(m)+"("+ctx.ModuleSubDir(m)+")")
Dcontext.go3968 func (c *Context) ModuleSubDir(logicModule Module) string { func
/build/blueprint/bootstrap/
Dbootstrap.go833 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "pkg")
841 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "test")
853 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "obj")
859 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "gen")
/build/soong/java/
Dkotlin.go116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
259 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
Dlint.go606 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
/build/soong/genrule/
Dgenrule.go310 if ctx.ModuleSubDir() != "android_common" {
311 g.subName = ctx.ModuleSubDir()
/build/soong/rust/
Drust.go1104 mod.sourceProvider.setSubName(ctx.ModuleSubDir())