Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java211 ByteBuffer eocdBuf = signatureInfo.eocd.duplicate(); in computeContentDigestsPer1MbChunk() local
212 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in computeContentDigestsPer1MbChunk()
213 ZipUtils.setZipEocdCentralDirectoryOffset(eocdBuf, signatureInfo.apkSigningBlockOffset); in computeContentDigestsPer1MbChunk()
214 DataSource eocd = new ByteBufferDataSource(eocdBuf); in computeContentDigestsPer1MbChunk()