Searched refs:entryCrc (Results 1 – 1 of 1) sorted by relevance
104 long entryCrc = new BigInteger(entryCrcString, 16).longValue(); in run() local106 if (entryCrc != decompressAndCalculateCrc(zis) && !sanityCheck) { in run()