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