Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java217 private static final int ZIP64_EOCD_LOCATOR_SIGNATURE = 0x07064b50; field in ZFile
802 ZIP64_EOCD_LOCATOR_SIGNATURE) { in readEocd()