Searched refs:withRel (Results 1 – 2 of 2) sorted by relevance
924 func (p basePath) withRel(rel string) basePath { func945 func (p SourcePath) withRel(rel string) SourcePath { func946 p.basePath = p.basePath.withRel(rel)1075 return p.withRel(path)1084 return p.withRel(path)1124 func (p OutputPath) withRel(rel string) OutputPath { func1125 p.basePath = p.basePath.withRel(rel)1213 return p.withRel(path)1415 OutputPath: pathForModuleOut(ctx).withRel(p),1444 OutputPath: pathForModuleOut(ctx).withRel("gen").withRel(p),[all …]
366 OutputPath: outputPath.withRel(validatedExecRootPath),