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