Searched refs:withRel (Results 1 – 2 of 2) sorted by relevance
1024 func (p basePath) withRel(rel string) basePath { func1045 func (p SourcePath) withRel(rel string) SourcePath { func1046 p.basePath = p.basePath.withRel(rel)1176 return p.withRel(path)1185 return p.withRel(path)1226 func (p OutputPath) withRel(rel string) OutputPath { func1227 p.basePath = p.basePath.withRel(rel)1315 return p.withRel(path)1515 OutputPath: pathForModuleOut(ctx).withRel(p),1544 OutputPath: pathForModuleOut(ctx).withRel("gen").withRel(p),[all …]
467 OutputPath: outputPath.withRel(validatedExecRootPath),