Searched refs:getZipCrc (Results 1 – 3 of 3) sorted by relevance
98 sourceCrc = getZipCrc(sourceApk); in MultiDexExtractor()187 extractedFile.crc = getZipCrc(extractedFile); in loadExistingExtractions()233 private static long getZipCrc(File archive) throws IOException { in getZipCrc() method in MultiDexExtractor234 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc()276 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()