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()
66 long eocdOffset = eocdAndOffsetInFile.getSecond(); in findZipSections() local69 if (cdStartOffset > eocdOffset) { in findZipSections()72 + ". ZIP End of Central Directory offset: " + eocdOffset); in findZipSections()77 if (cdEndOffset > eocdOffset) { in findZipSections()81 + ", EoCD start: " + eocdOffset); in findZipSections()90 eocdOffset, in findZipSections()108 long eocdOffset, in ZipSections() argument113 mEocdOffset = eocdOffset; in ZipSections()
1491 long eocdOffset = map.size(); in computeEocd() local1493 map.extend(eocdOffset + eocdBytes.length); in computeEocd()1495 eocdEntry = map.add(eocdOffset, eocdOffset + eocdBytes.length, eocd); in computeEocd()1514 long eocdOffset = eocdEntry.getStart(); in appendEocd() local1516 directWrite(eocdOffset, eocdBytes); in appendEocd()
110 signatureInfo.eocdOffset - signatureInfo.centralDirOffset); in verify()
114 signatureInfo.eocdOffset - signatureInfo.centralDirOffset); in verify()