Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/zip/
DZip.java189 int actualCommentSize = eocd.getChar(index + ENDCOM); in ZipIterable() local
190 if (commentSize != actualCommentSize) { in ZipIterable()
193 "zip file comment length was %d, expected %d", commentSize, actualCommentSize)); in ZipIterable()