Searched refs:inputZipSections (Results 1 – 1 of 1) sorted by relevance
210 ApkUtils.ZipSections inputZipSections; in sign() local212 inputZipSections = ApkUtils.findZipSections(inputApk); in sign()220 ApkUtils.findApkSigningBlock(inputApk, inputZipSections); in sign()233 : inputZipSections.getZipCentralDirectoryOffset()); in sign()236 ByteBuffer inputCd = getZipCentralDirectory(inputApk, inputZipSections); in sign()238 parseZipCentralDirectory(inputCd, inputZipSections); in sign()480 inputZipSections.getZipEndOfCentralDirectory(), in sign()