Searched refs:inputZipSections (Results 1 – 2 of 2) sorted by relevance
122 ApkUtils.ZipSections inputZipSections; in findApkSigningBlock() local124 inputZipSections = ApkUtils.findZipSections(apk); in findApkSigningBlock()128 return findApkSigningBlock(apk, inputZipSections); in findApkSigningBlock()
254 ApkUtils.ZipSections inputZipSections; in sign() local256 inputZipSections = ApkUtils.findZipSections(inputApk); in sign()264 ApkUtils.findApkSigningBlock(inputApk, inputZipSections); in sign()277 : inputZipSections.getZipCentralDirectoryOffset()); in sign()280 ByteBuffer inputCd = getZipCentralDirectory(inputApk, inputZipSections); in sign()282 parseZipCentralDirectory(inputCd, inputZipSections); in sign()620 inputZipSections.getZipEndOfCentralDirectory(), in sign()