Searched refs:eocdBuf (Results 1 – 1 of 1) sorted by relevance
394 ByteBuffer eocdBuf) throws SecurityException { in verifyIntegrity() argument418 eocdBuf = eocdBuf.duplicate(); in verifyIntegrity()419 eocdBuf.order(ByteOrder.LITTLE_ENDIAN); in verifyIntegrity()420 ZipUtils.setZipEocdCentralDirectoryOffset(eocdBuf, apkSigningBlockOffset); in verifyIntegrity()421 DataSource eocd = new ByteBufferDataSource(eocdBuf); in verifyIntegrity()