Searched refs:inputZipSections (Results 1 – 1 of 1) sorted by relevance
228 ApkUtils.ZipSections inputZipSections; in sign() local230 inputZipSections = ApkUtils.findZipSections(inputApk); in sign()238 ApkUtils.findApkSigningBlock(inputApk, inputZipSections); in sign()251 : inputZipSections.getZipCentralDirectoryOffset()); in sign()254 ByteBuffer inputCd = getZipCentralDirectory(inputApk, inputZipSections); in sign()256 parseZipCentralDirectory(inputCd, inputZipSections); in sign()576 inputZipSections.getZipEndOfCentralDirectory(), in sign()