Home
last modified time | relevance | path

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

/build/soong/jar/
Djar.go42 func EntryNamesLess(filepathA string, filepathB string) (less bool) { func
/build/soong/cmd/zip2zip/
Dzip2zip.go121 return jar.EntryNamesLess(matches[i].newName, matches[j].newName)
/build/soong/cmd/merge_zips/
Dmerge_zips.go318 …sort.SliceStable(entries, func(i, j int) bool { return jar.EntryNamesLess(entries[i], entries[j]) …
/build/soong/zip/
Dzip.go445 return jar.EntryNamesLess(mappings[i].dest, mappings[j].dest)