Searched refs:findZipSections (Results 1 – 9 of 9) 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
335 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultLineage()358 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultV3Lineage()381 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultNoLineageApk()401 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultNoV31Apk()414 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultFromV3BlockFromV31SignedApk()432 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultContainsLineageErrors()448 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultDigests()468 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetV3ResultDigests()488 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetV2ResultDigests()508 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in testGetResultIncorrectDigests()
25 import static com.android.apksig.apk.ApkUtils.findZipSections;1633 ApkUtils.ZipSections zipSections = findZipSections(signedApk); in testSignApk_stampFile()1742 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(signedApk); in testSignApk_stampBlock_noStampGenerated()3811 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in getSignatureInfoFromApk()
258 zipSections = ApkUtils.findZipSections(apk); in getApkDigests()
167 ZipSections zipSections = ApkUtilsLite.findZipSections(apk); in verifySourceStamp()
229 zipSections = ApkUtils.findZipSections(apk); in readFromApkDataSource()
189 zipSections = ApkUtils.findZipSections(apk); in verify()775 ApkUtils.ZipSections zipSections = ApkUtils.findZipSections(apk); in verifySourceStamp()
256 inputZipSections = ApkUtils.findZipSections(inputApk); in sign()