/aosp_15_r20/build/blueprint/ |
H A D | singleton_ctx.go | 42 ModuleSubDir(module Module) string methodSpec 207 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func 208 return s.context.ModuleSubDir(getWrappedModule(logicModule))
|
H A D | module_ctx.go | 416 ModuleSubDir() string methodSpec 949 func (m *moduleContext) ModuleSubDir() string { func
|
H A D | transition_test.go | 169 got = append(got, ctx.ModuleName(m)+"("+ctx.ModuleSubDir(m)+")")
|
H A D | context.go | 3985 func (c *Context) ModuleSubDir(logicModule Module) string { func
|
/aosp_15_r20/build/blueprint/bootstrap/ |
H A D | bootstrap.go | 846 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 D | kotlin.go | 116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 256 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
H A D | lint.go | 596 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
|
/aosp_15_r20/build/soong/android/ |
H A D | module_context.go | 208 ModuleSubDir() string methodSpec 449 func (m *moduleContext) ModuleSubDir() string { func 450 return m.bp.ModuleSubDir()
|
H A D | singleton_module.go | 73 smb.variant = ctx.ModuleSubDir()
|
H A D | androidmk.go | 499 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 D | testing.go | 590 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 D | compliance_metadata.go | 206 complianceMetadataInfo.SetStringValue(ComplianceMetadataProp.VARIANT, ctx.ModuleSubDir())
|
H A D | singleton.go | 30 ModuleSubDir(module blueprint.Module) string methodSpec
|
H A D | makevars.go | 95 ModuleSubDir(module blueprint.Module) string methodSpec
|
H A D | paths.go | 1765 ModuleSubDir() string methodSpec 1769 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
|
H A D | module.go | 1646 name := namespacePrefix + ctx.ModuleName() + "-" + ctx.ModuleSubDir() + "-checkbuild"
|
/aosp_15_r20/build/soong/genrule/ |
H A D | genrule.go | 311 if ctx.ModuleSubDir() != "android_common" { 312 g.subName = ctx.ModuleSubDir()
|
/aosp_15_r20/external/wayland-protocols/ |
H A D | wayland_protocol_codegen.go | 268 g.subName = ctx.ModuleSubDir()
|
/aosp_15_r20/build/soong/rust/ |
H A D | rust.go | 950 mod.sourceProvider.setSubName(ctx.ModuleSubDir())
|