Lines Matching defs:ModuleOutPathContext
222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
225 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath
228 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
243 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath {
254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1469 type ModuleOutPathContext interface { interface
1477 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath {
1483 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1511 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1548 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath {
1572 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {