Searched refs:eocdOffset (Results 1 – 5 of 5) sorted by relevance
36 public final long eocdOffset; field in SignatureInfo45 long eocdOffset, in SignatureInfo() argument50 this.eocdOffset = eocdOffset; in SignatureInfo()
61 long eocdOffset = eocdAndOffsetInFile.getSecond(); in findZipSections() local64 if (cdStartOffset > eocdOffset) { in findZipSections()67 + ". ZIP End of Central Directory offset: " + eocdOffset); in findZipSections()72 if (cdEndOffset > eocdOffset) { in findZipSections()76 + ", EoCD start: " + eocdOffset); in findZipSections()85 eocdOffset, in findZipSections()103 long eocdOffset, in ZipSections() argument108 mEocdOffset = eocdOffset; in ZipSections()
1490 long eocdOffset = map.size(); in computeEocd() local1492 map.extend(eocdOffset + eocdBytes.length); in computeEocd()1494 eocdEntry = map.add(eocdOffset, eocdOffset + eocdBytes.length, eocd); in computeEocd()1513 long eocdOffset = eocdEntry.getStart(); in appendEocd() local1515 directWrite(eocdOffset, eocdBytes); in appendEocd()
108 signatureInfo.eocdOffset - signatureInfo.centralDirOffset); in verify()
112 signatureInfo.eocdOffset - signatureInfo.centralDirOffset); in verify()