| /build/soong/android/ |
| D | singleton_module.go | 73 smb.variant = ctx.ModuleSubDir()
|
| D | module_context.go | 211 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(),
|
| D | singleton.go | 33 ModuleSubDir(module blueprint.Module) string methodSpec 285 func (s *singletonContextAdaptor) ModuleSubDir(module blueprint.Module) string { func 286 return s.SingletonContext.ModuleSubDir(getWrappedModule(module))
|
| D | compliance_metadata.go | 238 complianceMetadataInfo.SetStringValue(ComplianceMetadataProp.VARIANT, ctx.ModuleSubDir())
|
| D | testing.go | 592 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant { 604 allVariants = append(allVariants, ctx.ModuleSubDir(m)) 625 variants = append(variants, ctx.ModuleSubDir(m))
|
| D | androidmk.go | 505 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)))
|
| D | makevars.go | 77 ModuleSubDir(module blueprint.Module) string methodSpec
|
| D | paths.go | 1746 ModuleSubDir() string methodSpec 1750 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
|
| D | module.go | 1685 name := namespacePrefix + ctx.ModuleName() + "-" + ctx.ModuleSubDir() + "-checkbuild"
|
| /build/blueprint/ |
| D | singleton_ctx.go | 42 ModuleSubDir(module Module) string methodSpec 212 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func 213 return s.context.ModuleSubDir(getWrappedModule(logicModule))
|
| D | module_ctx.go | 426 ModuleSubDir() string methodSpec 620 return m.context.ModuleSubDir(getWrappedModule(logicModule)) 970 func (m *moduleContext) ModuleSubDir() string { func
|
| D | transition_test.go | 169 got = append(got, ctx.ModuleName(m)+"("+ctx.ModuleSubDir(m)+")")
|
| D | context.go | 3968 func (c *Context) ModuleSubDir(logicModule Module) string { func
|
| /build/blueprint/bootstrap/ |
| D | bootstrap.go | 833 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/ |
| D | kotlin.go | 116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 259 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
| D | lint.go | 606 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
|
| /build/soong/genrule/ |
| D | genrule.go | 310 if ctx.ModuleSubDir() != "android_common" { 311 g.subName = ctx.ModuleSubDir()
|
| /build/soong/rust/ |
| D | rust.go | 1104 mod.sourceProvider.setSubName(ctx.ModuleSubDir())
|