Searched defs:eocdOffset (Results 1 – 6 of 6) sorted by relevance
29 private final long eocdOffset; field in ZipFileInfo33 long eocdOffset, ByteBuffer eocd) { in ZipFileInfo()
199 long eocdOffset = eocdOffsetAndBuffer.getFirst(); in findZipInfo() local
269 uint64_t eocdOffset = zip->GetEOCDOffset(); variable379 uint64_t eocdOffset = reinterpret_cast<uint64_t>(fileSize - eocdLength); variable
247 long eocdOffset = zipInfo.getEocdOffset(); in verifyHap() local
499 long eocdOffset = zipInfo.getEocdOffset(); in findHapSigningBlock() local
178 bool HapSignerBlockUtils::GetCentralDirectoryOffset(ByteBuffer& eocd, int64_t eocdOffset, in GetCentralDirectoryOffset()