Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dgen.go63 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 Dpaths.go1786 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 {