Searched refs:apkSigBlock (Results 1 – 1 of 1) sorted by relevance
233 ByteBuffer apkSigBlock = apk.getByteBuffer(apkSigBlockOffset, 8); in findApkSigningBlock() local234 apkSigBlock.order(ByteOrder.LITTLE_ENDIAN); in findApkSigningBlock()235 long apkSigBlockSizeInHeader = apkSigBlock.getLong(0); in findApkSigningBlock()