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
183 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
184 return s.context.ModuleSubDir(logicModule)
Dmodule_ctx.go300 ModuleSubDir() string methodSpec
657 func (m *moduleContext) ModuleSubDir() string { func
Dcontext.go3054 func (c *Context) ModuleSubDir(logicModule Module) string { func
/build/soong/android/
Dtesting.go115 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
124 allModuleNames = append(allModuleNames, m.(Module).Name()+"("+ctx.ModuleSubDir(m)+")")
139 variants = append(variants, ctx.ModuleSubDir(m))
Dsingleton.go28 ModuleSubDir(module blueprint.Module) string methodSpec
Dmakevars.go45 ModuleSubDir(module blueprint.Module) string methodSpec
Dandroidmk.go496 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
Dmodule.go205 ModuleSubDir() string methodSpec
1889 func (m *moduleContext) ModuleSubDir() string { func
1890 return m.bp.ModuleSubDir()
Dpaths.go1112 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
/build/soong/java/
Dkotlin.go84 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
191 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
Dlint.go409 ctx.ModuleSubDir(m), ctx.ModuleSubDir(frameworkDocStubs))
/build/soong/cc/
Dcflag_artifacts.go150 ctx.ModuleSubDir(ccModule))
/build/soong/genrule/
Dgenrule.go190 g.subName = ctx.ModuleSubDir()
/build/soong/rust/
Drust.go679 mod.subName = ctx.ModuleSubDir()