Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/apk/
DApkUtils.java54 Pair<ByteBuffer, Long> eocdAndOffsetInFile = in findZipSections() local
56 if (eocdAndOffsetInFile == null) { in findZipSections()
60 ByteBuffer eocdBuf = eocdAndOffsetInFile.getFirst(); in findZipSections()
61 long eocdOffset = eocdAndOffsetInFile.getSecond(); in findZipSections()