Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dsingleton_ctx.go42 ModuleSubDir(module Module) string methodSpec
207 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
208 return s.context.ModuleSubDir(getWrappedModule(logicModule))
H A Dmodule_ctx.go416 ModuleSubDir() string methodSpec
949 func (m *moduleContext) ModuleSubDir() string { func
H A Dtransition_test.go169 got = append(got, ctx.ModuleName(m)+"("+ctx.ModuleSubDir(m)+")")
H A Dcontext.go3985 func (c *Context) ModuleSubDir(logicModule Module) string { func
/aosp_15_r20/build/blueprint/bootstrap/
H A Dbootstrap.go846 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "pkg")
854 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "test")
866 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "obj")
872 return filepath.Join(toolDir, "go", ctx.ModuleName(), ctx.ModuleSubDir(), "gen")
/aosp_15_r20/build/soong/java/
H A Dkotlin.go116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
256 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
H A Dlint.go596 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
/aosp_15_r20/build/soong/android/
H A Dmodule_context.go208 ModuleSubDir() string methodSpec
449 func (m *moduleContext) ModuleSubDir() string { func
450 return m.bp.ModuleSubDir()
H A Dsingleton_module.go73 smb.variant = ctx.ModuleSubDir()
H A Dandroidmk.go499 ModuleSubDir(module blueprint.Module) string methodSpec
529 …e: %s, name: %s, variant: %s\n", ctx.ModuleType(mod), base.BaseModuleName(), ctx.ModuleSubDir(mod))
803 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
1278 …pe: %s, name: %s, variant: %s", ctx.ModuleType(mod), base.BaseModuleName(), ctx.ModuleSubDir(mod)))
H A Dtesting.go590 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
602 allVariants = append(allVariants, ctx.ModuleSubDir(m))
623 variants = append(variants, ctx.ModuleSubDir(m))
H A Dcompliance_metadata.go206 complianceMetadataInfo.SetStringValue(ComplianceMetadataProp.VARIANT, ctx.ModuleSubDir())
H A Dsingleton.go30 ModuleSubDir(module blueprint.Module) string methodSpec
H A Dmakevars.go95 ModuleSubDir(module blueprint.Module) string methodSpec
H A Dpaths.go1765 ModuleSubDir() string methodSpec
1769 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
H A Dmodule.go1646 name := namespacePrefix + ctx.ModuleName() + "-" + ctx.ModuleSubDir() + "-checkbuild"
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go311 if ctx.ModuleSubDir() != "android_common" {
312 g.subName = ctx.ModuleSubDir()
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go268 g.subName = ctx.ModuleSubDir()
/aosp_15_r20/build/soong/rust/
H A Drust.go950 mod.sourceProvider.setSubName(ctx.ModuleSubDir())