Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/zip/
DZip.java296 int locExtLength = fc.getChar(LOCEXT); in getBytes() local
297 if (locExtLength > cenExtLength + EXTRA_FIELD_SLACK) { in getBytes()
300 fc = chan.map(MapMode.READ_ONLY, offset + LOCHDR + nameLength + locExtLength, size); in getBytes()
304 fc.position(LOCHDR + nameLength + locExtLength); in getBytes()
305 fc.limit((int) (LOCHDR + nameLength + locExtLength + size)); in getBytes()