Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c385 char loc64[ZIP64_LOCHDR]; in findEND64() local
387 if (readFullyAt(zip->zfd, loc64, ZIP64_LOCHDR, endpos - ZIP64_LOCHDR) == -1) { in findEND64()
390 end64pos = ZIP64_LOCOFF(loc64); in findEND64()