Searched defs:ModuleGenPath (Results 1 – 3 of 3) sorted by relevance
| /build/soong/cc/ |
| D | gen.go | 63 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { 158 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *…
|
| D | library.go | 2023 func processLLNDKHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) (tim…
|
| /build/soong/android/ |
| D | paths.go | 1495 type ModuleGenPath struct { struct 1496 ModuleOutPath 1499 func (p ModuleGenPath) RelativeToTop() Path { 1523 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1528 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
|