Home
last modified time | relevance | path

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

/build/soong/android/
Dsingleton_module.go73 smb.variant = ctx.ModuleSubDir()
Dmodule_context.go190 ModuleSubDir() string methodSpec
376 func (m *moduleContext) ModuleSubDir() string { func
377 return m.bp.ModuleSubDir()
Dandroidmk.go498 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)))
Dsingleton.go30 ModuleSubDir(module blueprint.Module) string methodSpec
Dtesting.go546 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
558 allVariants = append(allVariants, ctx.ModuleSubDir(m))
579 variants = append(variants, ctx.ModuleSubDir(m))
Dmakevars.go95 ModuleSubDir(module blueprint.Module) string methodSpec
Dpaths.go1559 ModuleSubDir() string methodSpec
1564 …return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir(),…
/build/blueprint/
Dsingleton_ctx.go42 ModuleSubDir(module Module) string methodSpec
197 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
198 return s.context.ModuleSubDir(logicModule)
Dtransition_test.go126 got = append(got, ctx.ModuleName(m)+"("+ctx.ModuleSubDir(m)+")")
Dmodule_ctx.go374 ModuleSubDir() string methodSpec
760 func (m *moduleContext) ModuleSubDir() string { func
Dcontext.go3915 func (c *Context) ModuleSubDir(logicModule Module) string { func
/build/soong/bp2build/
Dbuild_conversion.go177 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/
Dkotlin.go94 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
205 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
Dlint.go592 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
/build/soong/genrule/
Dgenrule.go250 g.subName = ctx.ModuleSubDir()
/build/soong/rust/
Drust.go933 mod.sourceProvider.setSubName(ctx.ModuleSubDir())