Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go924 func (p basePath) withRel(rel string) basePath { func
945 func (p SourcePath) withRel(rel string) SourcePath { func
946 p.basePath = p.basePath.withRel(rel)
1075 return p.withRel(path)
1084 return p.withRel(path)
1124 func (p OutputPath) withRel(rel string) OutputPath { func
1125 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 …]
Dbazel_paths.go366 OutputPath: outputPath.withRel(validatedExecRootPath),