Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go42 ModuleSubDir(module Module) string methodSpec
193 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
194 return s.context.ModuleSubDir(logicModule)
Dmodule_ctx.go350 ModuleSubDir() string methodSpec
736 func (m *moduleContext) ModuleSubDir() string { func
Dcontext.go3419 func (c *Context) ModuleSubDir(logicModule Module) string { func
/build/soong/android/
Dsingleton_module.go73 smb.variant = ctx.ModuleSubDir()
Dsingleton.go28 ModuleSubDir(module blueprint.Module) string methodSpec
Dmakevars.go91 ModuleSubDir(module blueprint.Module) string methodSpec
Dpaths.go1362 ModuleSubDir() string methodSpec
1366 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
Dandroidmk.go737 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
/build/soong/bp2build/
Dbuild_conversion.go94 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/java/
Dkotlin.go87 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
194 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
Dlint.go512 ctx.ModuleSubDir(m), ctx.ModuleSubDir(res))
/build/soong/cc/
Dcflag_artifacts.go150 ctx.ModuleSubDir(ccModule))
/build/soong/genrule/
Dgenrule.go247 g.subName = ctx.ModuleSubDir()
/build/soong/rust/
Drust.go809 mod.sourceProvider.setSubName(ctx.ModuleSubDir())