Lines Matching refs:ModuleOutPathContext

303 	genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath  argument
304 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa… argument
307 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath argument
310 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath argument
315 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { argument
325 func GenPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt … argument
335 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { argument
346 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { argument
1535 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1718 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1722 func (p SourcePath) genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt …
1733 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1737 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1755 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1760 type ModuleOutPathContext interface { interface
1768 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { argument
1774 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath { argument
1802 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { argument
1814 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1819 func (p ModuleGenPath) genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimE…
1830 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1850 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath { argument
1874 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath { argument