Searched refs:parseZipCentralDirectory (Results 1 – 7 of 7) sorted by relevance
125 List<CentralDirectoryRecord> cdRecords = parseZipCentralDirectory(apk, apkSections); in verify()1267 public static List<CentralDirectoryRecord> parseZipCentralDirectory( in parseZipCentralDirectory() method in V1SchemeVerifier1271 return ZipUtils.parseZipCentralDirectory(apk, apkSections); in parseZipCentralDirectory()
270 public static List<CentralDirectoryRecord> parseZipCentralDirectory( in parseZipCentralDirectory() method in ZipUtils
268 parseZipCentralDirectory(inputCd, inputZipSections); in sign()867 private static List<CentralDirectoryRecord> parseZipCentralDirectory( in parseZipCentralDirectory() method in ApkSigner
322 V1SchemeVerifier.parseZipCentralDirectory(apk, zipSections); in verify()723 V1SchemeVerifier.parseZipCentralDirectory(apk, zipSections); in verifySourceStamp()1032 V1SchemeVerifier.parseZipCentralDirectory(apk, zipSections); in getAndroidManifestFromApk()
168 ZipUtils.parseZipCentralDirectory(apk, zipSections); in verifySourceStamp()
178 V1SchemeVerifier.parseZipCentralDirectory(apk, zipSections); in getAndroidManifest()
1228 V1SchemeVerifier.parseZipCentralDirectory(signedApk, zipSections); in testSignApk_stampFile()