Lines Matching defs:ModuleOutPathContext
303 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
304 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa…
307 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath
310 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
315 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
325 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt …
335 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath {
346 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1760 type ModuleOutPathContext interface { interface
1768 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath {
1774 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1802 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1850 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath {
1874 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {