Home
last modified time | relevance | path

Searched refs:local_header_offset (Results 1 – 1 of 1) sorted by relevance

/system/core/libziparchive/
Dzip_archive.cc406 const off64_t local_header_offset = cdr->local_file_header_offset; in ParseZipArchive() local
407 if (local_header_offset >= archive->directory_offset) { in ParseZipArchive()
409 static_cast<int64_t>(local_header_offset), i); in ParseZipArchive()
587 const off64_t local_header_offset = cdr->local_file_header_offset; in FindEntry() local
588 if (local_header_offset + static_cast<off64_t>(sizeof(LocalFileHeader)) >= cd_offset) { in FindEntry()
594 if (!archive->mapped_zip.ReadAtOffset(lfh_buf, sizeof(lfh_buf), local_header_offset)) { in FindEntry()
596 static_cast<int64_t>(local_header_offset)); in FindEntry()
604 static_cast<int64_t>(local_header_offset)); in FindEntry()
655 const off64_t name_offset = local_header_offset + sizeof(LocalFileHeader); in FindEntry()
677 const off64_t data_offset = local_header_offset + sizeof(LocalFileHeader) + in FindEntry()