Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc590 const off64_t local_header_offset = cdr->local_file_header_offset; in ParseZipArchive() local
591 if (local_header_offset >= archive->directory_offset) { in ParseZipArchive()
593 static_cast<int64_t>(local_header_offset), i); in ParseZipArchive()
755 const off64_t local_header_offset = cdr->local_file_header_offset; in FindEntry() local
756 if (local_header_offset + static_cast<off64_t>(sizeof(LocalFileHeader)) >= cd_offset) { in FindEntry()
763 local_header_offset); in FindEntry()
766 static_cast<int64_t>(local_header_offset)); in FindEntry()
774 static_cast<int64_t>(local_header_offset)); in FindEntry()
798 const off64_t name_offset = local_header_offset + sizeof(LocalFileHeader); in FindEntry()
825 const off64_t data_offset = local_header_offset + sizeof(LocalFileHeader) in FindEntry()