Searched refs:eocdBuf (Results 1 – 1 of 1) sorted by relevance
151 ByteBuffer eocdBuf = signatureInfo.eocd.duplicate(); in verifyIntegrityFor1MbChunkBasedAlgorithm() local152 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in verifyIntegrityFor1MbChunkBasedAlgorithm()153 ZipUtils.setZipEocdCentralDirectoryOffset(eocdBuf, signatureInfo.apkSigningBlockOffset); in verifyIntegrityFor1MbChunkBasedAlgorithm()154 DataSource eocd = new ByteBufferDataSource(eocdBuf); in verifyIntegrityFor1MbChunkBasedAlgorithm()