Searched refs:eocdBuf (Results 1 – 1 of 1) sorted by relevance
211 ByteBuffer eocdBuf = signatureInfo.eocd.duplicate(); in computeContentDigestsPer1MbChunk() local212 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in computeContentDigestsPer1MbChunk()213 ZipUtils.setZipEocdCentralDirectoryOffset(eocdBuf, signatureInfo.apkSigningBlockOffset); in computeContentDigestsPer1MbChunk()214 DataSource eocd = new ByteBufferDataSource(eocdBuf); in computeContentDigestsPer1MbChunk()