Searched refs: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 argument 304 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa… argument 307 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath argument 310 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath argument 315 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { argument 325 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt … argument 335 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { argument 346 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { argument 1535 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1718 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { [all …]
|