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