Searched defs:local_header_offset (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive.cc632 const off64_t local_header_offset = cdr->local_file_header_offset; local
633 if (local_header_offset >= archive->directory_offset) {
634 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, (int64_t)local_header_offset, i);
798 const off64_t local_header_offset = cdr->local_file_header_offset; local
799 if (local_header_offset + static_cast<off64_t>(sizeof(LocalFileHeader)) >= cd_offset) {
806 local_header_offset);
808 ALOGW("Zip: failed reading lfh name from offset %" PRId64, (int64_t)local_header_offset);
816 static_cast<int64_t>(local_header_offset));
840 const off64_t name_offset = local_header_offset + sizeof(LocalFileHeader);
867 const off64_t data_offset = local_header_offset
[all...]

Completed in 20 milliseconds