Searched defs:ModuleOutPathContext (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 303 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 304 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa… 307 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath 310 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath 315 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 325 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt … 335 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { 346 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { 1760 type ModuleOutPathContext interface { interface 1768 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { [all …]
|