Home
last modified time | relevance | path

Searched defs:blockId (Results 1 – 2 of 2) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtilsLite.java56 DataSource apk, ZipSections zipSections, int blockId) in findSignature()
86 int blockId) throws SignatureNotFoundException { in findApkSignatureSchemeBlock()
DApkSigningBlockUtils.java232 int blockId, in findApkSignatureSchemeBlock()
789 DataSource apk, ApkUtils.ZipSections zipSections, int blockId, Result result) in findSignature()
938 int blockId = apkSigningBlockBuffer.getInt(); in getApkSignatureBlocks() local