Home
last modified time | relevance | path

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

/build/soong/java/
Dandroid_manifest.go125 return fixedManifest.WithoutRel()
150 return mergedManifest.WithoutRel()
/build/soong/bpf/
Dbpf.go113 bpf.objs = append(bpf.objs, obj.WithoutRel())
/build/soong/android/
Dpaths.go466 return Paths{PathForOutput(ctx, rel).WithoutRel()}, nil
1130 func (p OutputPath) WithoutRel() OutputPath { func