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.java59 Pair<ByteBuffer, Long> eocdAndOffsetInFile = in findZipSections() local
61 if (eocdAndOffsetInFile == null) { in findZipSections()
65 ByteBuffer eocdBuf = eocdAndOffsetInFile.getFirst(); in findZipSections()
66 long eocdOffset = eocdAndOffsetInFile.getSecond(); in findZipSections()