Searched refs:SIZEOF_INDEX_ENTRY (Results 1 – 1 of 1) sorted by relevance
142 final int SIZEOF_INDEX_ENTRY = MAXNAME + 3 * SIZEOF_OFFSET; in extractZicFiles() local145 if (indexSize % SIZEOF_INDEX_ENTRY != 0) { in extractZicFiles()146 throw new IOException("Index size is not divisible by " + SIZEOF_INDEX_ENTRY in extractZicFiles()151 int entryCount = indexSize / SIZEOF_INDEX_ENTRY; in extractZicFiles()