Lines Matching defs:ModuleOutPathContext
311 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
312 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa…
315 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath
318 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath
323 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
333 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt …
343 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath {
354 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1741 type ModuleOutPathContext interface { interface
1749 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath {
1755 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1783 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1831 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath {
1855 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath {