Searched refs:CentralDirectory (Results 1 – 2 of 2) sorted by relevance
33 static class CentralDirectory { class in ZipUtil57 CentralDirectory dir = findCentralDirectory(raf); in getZipCrc()66 static CentralDirectory findCentralDirectory(RandomAccessFile raf) throws IOException, in findCentralDirectory()99 CentralDirectory dir = new CentralDirectory(); in findCentralDirectory()106 static long computeCrcOfCentralDir(RandomAccessFile raf, CentralDirectory dir) in computeCrcOfCentralDir()
19 import android.support.multidex.ZipUtil.CentralDirectory;69 CentralDirectory dir = ZipUtil.findCentralDirectory(raf); in testCrcRange()130 CentralDirectory dir = new CentralDirectory(); in testCrcValue()160 CentralDirectory dir = new CentralDirectory(); in testInvalidCrcValue()