Searched refs:ModuleSubDir (Results 1 – 14 of 14) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 42 ModuleSubDir(module Module) string methodSpec 183 func (s *singletonContext) ModuleSubDir(logicModule Module) string { func 184 return s.context.ModuleSubDir(logicModule)
|
D | module_ctx.go | 300 ModuleSubDir() string methodSpec 657 func (m *moduleContext) ModuleSubDir() string { func
|
D | context.go | 3054 func (c *Context) ModuleSubDir(logicModule Module) string { func
|
/build/soong/android/ |
D | testing.go | 115 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))
|
D | singleton.go | 28 ModuleSubDir(module blueprint.Module) string methodSpec
|
D | makevars.go | 45 ModuleSubDir(module blueprint.Module) string methodSpec
|
D | androidmk.go | 496 r, ctx.ModuleName(mod), ctx.ModuleSubDir(mod)))
|
D | module.go | 205 ModuleSubDir() string methodSpec 1889 func (m *moduleContext) ModuleSubDir() string { func 1890 return m.bp.ModuleSubDir()
|
D | paths.go | 1112 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
|
/build/soong/java/ |
D | kotlin.go | 84 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 191 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
D | lint.go | 409 ctx.ModuleSubDir(m), ctx.ModuleSubDir(frameworkDocStubs))
|
/build/soong/cc/ |
D | cflag_artifacts.go | 150 ctx.ModuleSubDir(ccModule))
|
/build/soong/genrule/ |
D | genrule.go | 190 g.subName = ctx.ModuleSubDir()
|
/build/soong/rust/ |
D | rust.go | 679 mod.subName = ctx.ModuleSubDir()
|