Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc448 uint32_t lfh_start_bytes; in ParseZipArchive() local
449 if (!archive->mapped_zip.ReadAtOffset(reinterpret_cast<uint8_t*>(&lfh_start_bytes), in ParseZipArchive()
455 if (lfh_start_bytes != LocalFileHeader::kSignature) { in ParseZipArchive()
456 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, lfh_start_bytes); in ParseZipArchive()