Home
last modified time | relevance | path

Searched refs:withRel (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dpaths.go1024 func (p basePath) withRel(rel string) basePath { func
1045 func (p SourcePath) withRel(rel string) SourcePath { func
1046 p.basePath = p.basePath.withRel(rel)
1176 return p.withRel(path)
1185 return p.withRel(path)
1226 func (p OutputPath) withRel(rel string) OutputPath { func
1227 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 …]
Dbazel_paths.go467 OutputPath: outputPath.withRel(validatedExecRootPath),