Searched refs:getZipCrc (Results 1 – 3 of 3) sorted by relevance
99 sourceCrc = getZipCrc(sourceApk); in MultiDexExtractor()192 extractedFile.crc = getZipCrc(extractedFile); in loadExistingExtractions()238 private static long getZipCrc(File archive) throws IOException { in getZipCrc() method in MultiDexExtractor239 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc()281 extractedFile.crc = getZipCrc(extractedFile); in performExtractions()
54 static long getZipCrc(File apk) throws IOException { in getZipCrc() method in ZipUtil
61 ZipUtil.getZipCrc(zipFile); in testCrcDoNotCrash()