Searched defs:ModuleGenPath (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/cc/ |
H A D | gen.go | 63 outFile android.ModuleGenPath, props *YaccProperties) (headerFiles android.Paths) { 166 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath, props *…
|
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 1786 type ModuleGenPath struct { struct 1787 ModuleOutPath 1790 func (p ModuleGenPath) RelativeToTop() Path { 1814 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1819 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath { 1830 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
|