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
1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1330 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1352 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1357 type ModuleOutPathContext interface { interface
1365 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { argument
1409 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath { argument
1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { argument
1449 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1454 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1474 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath { argument
1498 func PathForModuleRes(ctx ModuleOutPathContext, pathComponents ...string) ModuleResPath { argument