Searched refs:ModuleSubDir (Results 1 – 15 of 15) sorted by relevance
| /build/blueprint/ |
| D | singleton_ctx.go | 42 ModuleSubDir(module Module) string methodSpec 197 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func 198 return s.context.ModuleSubDir(logicModule)
|
| D | module_ctx.go | 361 ModuleSubDir() string methodSpec 764 func (m *moduleContext) ModuleSubDir() string { func
|
| D | context.go | 3953 func (c *Context) ModuleSubDir(logicModule Module) string { func
|
| /build/soong/android/ |
| D | singleton_module.go | 73 smb.variant = ctx.ModuleSubDir()
|
| D | androidmk.go | 504 ModuleSubDir(module blueprint.Module) string methodSpec 532 …e: %s, name: %s, variant: %s\n", ctx.ModuleType(mod), base.BaseModuleName(), ctx.ModuleSubDir(mod)) 764 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
|
| D | singleton.go | 28 ModuleSubDir(module blueprint.Module) string methodSpec
|
| D | testing.go | 569 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant { 581 allVariants = append(allVariants, ctx.ModuleSubDir(m)) 602 variants = append(variants, ctx.ModuleSubDir(m))
|
| D | makevars.go | 93 ModuleSubDir(module blueprint.Module) string methodSpec
|
| D | paths.go | 1474 ModuleSubDir() string methodSpec 1478 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
|
| D | module.go | 478 ModuleSubDir() string methodSpec 3140 func (m *moduleContext) ModuleSubDir() string { func 3141 return m.bp.ModuleSubDir()
|
| /build/soong/bp2build/ |
| D | build_conversion.go | 139 ModuleSubDir(module blueprint.Module) string methodSpec 479 ctx.ModuleSubDir(m), 718 if c.ModuleSubDir(logicModule) != "" { 720 name = c.ModuleName(logicModule) + "--" + c.ModuleSubDir(logicModule)
|
| /build/soong/java/ |
| D | kotlin.go | 94 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 204 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
| D | lint.go | 596 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
|
| /build/soong/genrule/ |
| D | genrule.go | 286 g.subName = ctx.ModuleSubDir()
|
| /build/soong/rust/ |
| D | rust.go | 953 mod.sourceProvider.setSubName(ctx.ModuleSubDir())
|