Searched refs:apkSections (Results 1 – 2 of 2) sorted by relevance
665 ApkUtils.ZipSections apkSections) throws IOException, ApkFormatException { in getZipCentralDirectory() argument666 long cdSizeBytes = apkSections.getZipCentralDirectorySizeBytes(); in getZipCentralDirectory()670 long cdOffset = apkSections.getZipCentralDirectoryOffset(); in getZipCentralDirectory()678 ApkUtils.ZipSections apkSections) throws ApkFormatException { in parseZipCentralDirectory() argument679 long cdOffset = apkSections.getZipCentralDirectoryOffset(); in parseZipCentralDirectory()680 int expectedCdRecordCount = apkSections.getZipCentralDirectoryRecordCount(); in parseZipCentralDirectory()
106 ApkUtils.ZipSections apkSections, in verify() argument120 List<CentralDirectoryRecord> cdRecords = parseZipCentralDirectory(apk, apkSections); in verify()129 apkSections.getZipCentralDirectoryOffset(), in verify()1741 ApkUtils.ZipSections apkSections) in parseZipCentralDirectory() argument1744 long cdSizeBytes = apkSections.getZipCentralDirectorySizeBytes(); in parseZipCentralDirectory()1748 long cdOffset = apkSections.getZipCentralDirectoryOffset(); in parseZipCentralDirectory()1753 int expectedCdRecordCount = apkSections.getZipCentralDirectoryRecordCount(); in parseZipCentralDirectory()