Searched refs:ModuleSubDir (Results 1 – 16 of 16) sorted by relevance
/build/soong/android/ |
D | singleton_module.go | 73 smb.variant = ctx.ModuleSubDir()
|
D | module_context.go | 190 ModuleSubDir() string methodSpec 376 func (m *moduleContext) ModuleSubDir() string { func 377 return m.bp.ModuleSubDir()
|
D | androidmk.go | 498 ModuleSubDir(module blueprint.Module) string methodSpec 525 …e: %s, name: %s, variant: %s\n", ctx.ModuleType(mod), base.BaseModuleName(), ctx.ModuleSubDir(mod)) 790 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
|
D | singleton.go | 30 ModuleSubDir(module blueprint.Module) string methodSpec
|
D | testing.go | 546 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant { 558 allVariants = append(allVariants, ctx.ModuleSubDir(m)) 579 variants = append(variants, ctx.ModuleSubDir(m))
|
D | makevars.go | 95 ModuleSubDir(module blueprint.Module) string methodSpec
|
D | paths.go | 1559 ModuleSubDir() string methodSpec 1564 …return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir(),…
|
/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 | transition_test.go | 126 got = append(got, ctx.ModuleName(m)+"("+ctx.ModuleSubDir(m)+")")
|
D | module_ctx.go | 374 ModuleSubDir() string methodSpec 760 func (m *moduleContext) ModuleSubDir() string { func
|
D | context.go | 3915 func (c *Context) ModuleSubDir(logicModule Module) string { func
|
/build/soong/bp2build/ |
D | build_conversion.go | 177 ModuleSubDir(module blueprint.Module) string methodSpec 384 ctx.ModuleSubDir(m), 628 if c.ModuleSubDir(logicModule) != "" { 630 name = c.ModuleName(logicModule) + "--" + c.ModuleSubDir(logicModule)
|
/build/soong/java/ |
D | kotlin.go | 94 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 205 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
D | lint.go | 592 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
|
/build/soong/genrule/ |
D | genrule.go | 250 g.subName = ctx.ModuleSubDir()
|
/build/soong/rust/ |
D | rust.go | 933 mod.sourceProvider.setSubName(ctx.ModuleSubDir())
|