Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/zip/
DZip.java282 long offset, int nameLength, int cenExtLength, long size, boolean deflate) { in getBytes() argument
292 LOCHDR + nameLength + cenExtLength + size + EXTRA_FIELD_SLACK, in getBytes()
297 if (locExtLength > cenExtLength + EXTRA_FIELD_SLACK) { in getBytes()