Searched defs:ModuleOutPathContext (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | paths.go | 223 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 226 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath 229 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath 234 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 244 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { 255 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { 1460 type ModuleOutPathContext interface { interface 1468 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { 1509 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath { 1537 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { [all …]
|