Home
last modified time | relevance | path

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

/build/soong/java/
Dandroid_manifest.go133 return fixedManifest.WithoutRel()
158 return mergedManifest.WithoutRel()
Djava.go1733 j.outputFile = outputFile.WithoutRel()
/build/soong/bpf/
Dbpf.go100 bpf.objs = append(bpf.objs, obj.WithoutRel())
/build/soong/android/
Dpaths.go911 func (p OutputPath) WithoutRel() OutputPath { func