Searched refs:ZIP64_ENDLEN (Results 1 – 2 of 2) sorted by relevance
51 static final int ZIP64_ENDLEN = 4; // size of zip64 end of central dir field in ZipConstants64
122 #define ZIP64_ENDLEN(b) LL(b, 4) /* size of zip64 end of central dir */ macro