Home
last modified time | relevance | path

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

/build/soong/java/
Dandroid_manifest.go163 return fixedManifest.WithoutRel()
188 return mergedManifest.WithoutRel()
Dbase.go1529 j.outputFile = outputFile.WithoutRel()
/build/soong/bpf/
Dbpf.go179 bpf.objs = append(bpf.objs, objStripped.WithoutRel())
181 bpf.objs = append(bpf.objs, obj.WithoutRel())
/build/soong/android/
Dpaths.go1232 func (p OutputPath) WithoutRel() OutputPath { func