Searched refs:ModuleSubDir (Results 1 – 16 of 16) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 42 ModuleSubDir(module Module) string methodSpec 193 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func 194 return s.context.ModuleSubDir(logicModule)
|
D | module_ctx.go | 350 ModuleSubDir() string methodSpec 736 func (m *moduleContext) ModuleSubDir() string { func
|
D | context.go | 3419 func (c *Context) ModuleSubDir(logicModule Module) string { func
|
/build/soong/bp2build/ |
D | build_conversion.go | 94 ModuleSubDir(module blueprint.Module) string methodSpec 330 ctx.ModuleSubDir(m), 563 if c.ModuleSubDir(logicModule) != "" { 565 name = c.ModuleName(logicModule) + "--" + c.ModuleSubDir(logicModule)
|
/build/soong/android/ |
D | singleton_module.go | 73 smb.variant = ctx.ModuleSubDir()
|
D | testing.go | 498 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant { 510 allVariants = append(allVariants, ctx.ModuleSubDir(m)) 532 variants = append(variants, ctx.ModuleSubDir(m))
|
D | singleton.go | 28 ModuleSubDir(module blueprint.Module) string methodSpec
|
D | makevars.go | 91 ModuleSubDir(module blueprint.Module) string methodSpec
|
D | paths.go | 1362 ModuleSubDir() string methodSpec 1366 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
|
D | androidmk.go | 737 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
|
D | module.go | 413 ModuleSubDir() string methodSpec 2511 func (m *moduleContext) ModuleSubDir() string { func 2512 return m.bp.ModuleSubDir()
|
/build/soong/java/ |
D | kotlin.go | 87 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 194 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
D | lint.go | 512 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
|
/build/soong/cc/ |
D | cflag_artifacts.go | 150 ctx.ModuleSubDir(ccModule))
|
/build/soong/genrule/ |
D | genrule.go | 247 g.subName = ctx.ModuleSubDir()
|
/build/soong/rust/ |
D | rust.go | 809 mod.sourceProvider.setSubName(ctx.ModuleSubDir())
|