Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go719 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),
[all …]