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