Home
last modified time | relevance | path

Searched refs:ModuleSubDir (Results 1 – 16 of 16) sorted by relevance

/aosp12/build/blueprint/
H A Dsingleton_ctx.go42 ModuleSubDir(module Module) string
193 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
194 return s.context.ModuleSubDir(logicModule)
H A Dmodule_ctx.go350 ModuleSubDir() string
736 func (m *moduleContext) ModuleSubDir() string { func
H A Dcontext.go3419 func (c *Context) ModuleSubDir(logicModule Module) string { func
/aosp12/build/soong/bp2build/
H A Dbuild_conversion.go94 ModuleSubDir(module blueprint.Module) string
330 ctx.ModuleSubDir(m),
563 if c.ModuleSubDir(logicModule) != "" {
565 name = c.ModuleName(logicModule) + "--" + c.ModuleSubDir(logicModule)
/aosp12/build/soong/java/
H A Dkotlin.go87 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
194 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
H A Dlint.go512 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
/aosp12/build/soong/android/
H A Dsingleton_module.go73 smb.variant = ctx.ModuleSubDir()
H A Dtesting.go498 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
510 allVariants = append(allVariants, ctx.ModuleSubDir(m))
532 variants = append(variants, ctx.ModuleSubDir(m))
H A Dsingleton.go28 ModuleSubDir(module blueprint.Module) string
H A Dmakevars.go91 ModuleSubDir(module blueprint.Module) string
H A Dpaths.go1362 ModuleSubDir() string
1366 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
H A Dmodule.go413 ModuleSubDir() string
2511 func (m *moduleContext) ModuleSubDir() string { func
2512 return m.bp.ModuleSubDir()
H A Dandroidmk.go737 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
/aosp12/build/soong/cc/
H A Dcflag_artifacts.go150 ctx.ModuleSubDir(ccModule))
/aosp12/build/soong/genrule/
H A Dgenrule.go247 g.subName = ctx.ModuleSubDir()
/aosp12/build/soong/rust/
H A Drust.go809 mod.sourceProvider.setSubName(ctx.ModuleSubDir())