Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc593 uint8_t lfh_buf[sizeof(LocalFileHeader)]; in FindEntry() local
594 if (!archive->mapped_zip.ReadAtOffset(lfh_buf, sizeof(lfh_buf), local_header_offset)) { in FindEntry()
600 const LocalFileHeader* lfh = reinterpret_cast<const LocalFileHeader*>(lfh_buf); in FindEntry()