Searched defs:ModuleOutPathContext (Results 1 – 1 of 1) sorted by relevance
| /build/soong/android/ |
| D | paths.go | 311 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 312 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa… 315 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath 318 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath 323 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 333 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt … 343 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { 354 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { 1741 type ModuleOutPathContext interface { interface 1749 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { [all …]
|