Searched refs:blockLength (Results 1 – 1 of 1) sorted by relevance
937 long blockLength = apkSigningBlockBuffer.getLong(); in getApkSignatureBlocks() local938 if (blockLength > Integer.MAX_VALUE || blockLength < 4) { in getApkSignatureBlocks()941 + blockLength); in getApkSignatureBlocks()946 byte[] blockValue = new byte[(int) blockLength - 4]; in getApkSignatureBlocks()