Searched refs:findZipSections (Results 1 – 8 of 8) sorted by relevance
58 public static ZipSections findZipSections(DataSource apk) in findZipSections() method in ApkUtils60 com.android.apksig.zip.ZipSections zipSections = ApkUtilsLite.findZipSections(apk); in findZipSections()124 inputZipSections = ApkUtils.findZipSections(apk); in findApkSigningBlock()173 zipSections = findZipSections(apk); in getAndroidManifest()
44 public static ZipSections findZipSections(DataSource apk) in findZipSections() method in ApkUtilsLite
20 import static com.android.apksig.apk.ApkUtils.findZipSections;1226 ApkUtils.ZipSections zipSections = findZipSections(signedApk); in testSignApk_stampFile()1335 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(signedApk); in testSignApk_stampBlock_noStampGenerated()2323 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in getSignatureInfoFromApk()
237 zipSections = ApkUtils.findZipSections(apk); in getApkDigest()
165 ZipSections zipSections = ApkUtilsLite.findZipSections(apk); in verifySourceStamp()
175 zipSections = ApkUtils.findZipSections(apk); in verify()718 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in verifySourceStamp()
196 zipSections = ApkUtils.findZipSections(apk); in readFromApkDataSource()
242 inputZipSections = ApkUtils.findZipSections(inputApk); in sign()