Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1090 func (p basePath) withRel(rel string) basePath { func
1108 func (p SourcePath) withRel(rel string) SourcePath { func
1109 p.basePath = p.basePath.withRel(rel)
1260 return p.withRel(path)
1269 return p.withRel(path)
1309 func (p OutputPath) withRel(rel string) OutputPath { func
1310 p.basePath = p.basePath.withRel(rel)
1398 return p.withRel(path)
1575 OutputPath: pathForModuleOut(ctx).withRel(p),
1604 OutputPath: pathForModuleOut(ctx).withRel("gen").withRel(p),
[all …]