Searched refs:lfh_start_bytes (Results 1 – 1 of 1) sorted by relevance
650 auto lfh_start_bytes = reinterpret_cast<const uint32_t*>(archive->mapped_zip.ReadAtOffset( in ParseZipArchive() local652 if (!lfh_start_bytes) { in ParseZipArchive()657 if (*lfh_start_bytes != LocalFileHeader::kSignature) { in ParseZipArchive()658 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, *lfh_start_bytes); in ParseZipArchive()