Home
last modified time | relevance | path

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

/build/soong/jar/
Djar.go39 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.go478 return jar.EntryNamesLess(files[i].dest, files[j].dest)
/build/soong/zip/
Dzip.go444 return jar.EntryNamesLess(mappings[i].dest, mappings[j].dest)