Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go34 ModuleSubDir(module Module) string methodSpec
116 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func
117 return s.context.ModuleSubDir(logicModule)
Dmodule_ctx.go173 ModuleSubDir() string methodSpec
494 func (m *moduleContext) ModuleSubDir() string { func
Dcontext.go2855 func (c *Context) ModuleSubDir(logicModule Module) string { func
/build/soong/android/
Dtesting.go78 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant {
87 allModuleNames = append(allModuleNames, m.(Module).Name()+"("+ctx.ModuleSubDir(m)+")")
101 variants = append(variants, ctx.ModuleSubDir(m))
Dsingleton.go29 ModuleSubDir(module blueprint.Module) string methodSpec
Dmakevars.go48 ModuleSubDir(module blueprint.Module) string methodSpec
Dandroidmk.go151 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
Dpaths.go964 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
Dmodule.go147 ModuleSubDir() string methodSpec
/build/soong/genrule/
Dgenrule.go165 g.subName = ctx.ModuleSubDir()