HomeSort by relevance Sort by last modified time
    Searched refs:local_header_offset (Results 1 - 2 of 2) sorted by null

  /system/core/libziparchive/
zip_archive.cc 342 const off64_t local_header_offset = cdr->local_file_header_offset; local
343 if (local_header_offset >= archive->directory_offset) {
345 static_cast<int64_t>(local_header_offset), i);
514 const off64_t local_header_offset = cdr->local_file_header_offset; local
515 if (local_header_offset + static_cast<off64_t>(sizeof(LocalFileHeader)) >= cd_offset) {
521 if (!archive->mapped_zip.ReadAtOffset(lfh_buf, sizeof(lfh_buf), local_header_offset)) {
523 static_cast<int64_t>(local_header_offset));
531 static_cast<int64_t>(local_header_offset));
582 const off64_t name_offset = local_header_offset + sizeof(LocalFileHeader);
603 const off64_t data_offset = local_header_offset + sizeof(LocalFileHeader)
    [all...]
  /build/make/tools/ijar/
zip.cc 230 size_t local_header_offset; member in struct:devtools_ijar::OutputZipFile::LocalFileEntry
767 entry->local_header_offset = Offset(q);
821 put_u4le(q, entry->local_header_offset);
842 entry->local_header_offset = Offset(q);
    [all...]

Completed in 499 milliseconds