Home
last modified time | relevance | path

Searched defs:ModuleGenPath (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dgen.go50 func genYacc(ctx common.AndroidModuleContext, yaccFile common.Path, outFile common.ModuleGenPath, y…
67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) {
/build/soong/common/
Dpaths.go560 type ModuleGenPath struct { struct
561 ModuleOutPath
562 path string
579 func (p ModuleGenPath) genPathWithExt(ctx AndroidModuleContext, ext string) ModuleGenPath {
584 func (p ModuleGenPath) objPathWithExt(ctx AndroidModuleContext, subdir, ext string) ModuleObjPath {