Home
last modified time | relevance | path

Searched refs:CentralDirectory (Results 1 – 2 of 2) sorted by relevance

/frameworks/multidex/library/src/android/support/multidex/
DZipUtil.java33 static class CentralDirectory { class in ZipUtil
57 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()
/frameworks/multidex/library/test/src/android/support/multidex/
DZipUtilTest.java19 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()