Lines Matching refs:withRel
719 func (p basePath) withRel(rel string) basePath { func
732 func (p SourcePath) withRel(rel string) SourcePath { func
733 p.basePath = p.basePath.withRel(rel)
860 return p.withRel(path)
869 return p.withRel(path)
905 func (p OutputPath) withRel(rel string) OutputPath { func
906 p.basePath = p.basePath.withRel(rel)
974 return p.withRel(path)
1161 OutputPath: pathForModule(ctx).withRel(p),
1184 OutputPath: pathForModule(ctx).withRel("gen").withRel(p),
1262 return p.withRel(path)
1265 func (p InstallPath) withRel(rel string) InstallPath { func
1266 p.basePath = p.basePath.withRel(rel)