Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DZipUtils.java41 private static final int ZIP64_EOCD_LOCATOR_SIZE = 20; field in ZipUtils
193 long locatorPosition = zipEndOfCentralDirectoryPosition - ZIP64_EOCD_LOCATOR_SIZE; in isZip64EndOfCentralDirectoryLocatorPresent()