Searched refs:ModuleGenPath (Results 1 – 3 of 3) sorted by relevance
| /build/soong/common/ |
| D | paths.go | 94 genPathWithExt(ctx AndroidModuleContext, ext string) ModuleGenPath 105 func GenPathWithExt(ctx AndroidModuleContext, p Path, ext string) ModuleGenPath { 531 func (p ModuleSrcPath) genPathWithExt(ctx AndroidModuleContext, ext string) ModuleGenPath { 560 type ModuleGenPath struct { struct 565 var _ Path = ModuleGenPath{} 566 var _ genPathProvider = ModuleGenPath{} 567 var _ objPathProvider = ModuleGenPath{} 571 func PathForModuleGen(ctx AndroidModuleContext, paths ...string) ModuleGenPath { 573 return ModuleGenPath{ 579 func (p ModuleGenPath) genPathWithExt(ctx AndroidModuleContext, ext string) ModuleGenPath { argument [all …]
|
| /build/soong/cc/ |
| D | gen.go | 50 …ntext, yaccFile common.Path, outFile common.ModuleGenPath, yaccFlags string) (headerFile common.Mo… argument 67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) { argument
|
| /build/soong/genrule/ |
| D | genrule.go | 78 out common.ModuleGenPath 186 Out common.ModuleGenPath
|