Home
last modified time | relevance | path

Searched defs:LocalFileHeader (Results 1 – 1 of 1) sorted by relevance

/system/core/libziparchive/
Dzip_archive.cc146 struct LocalFileHeader { struct
147 static const uint32_t kSignature = 0x04034b50;
150 uint32_t lfh_signature;
152 uint16_t version_needed;
176 DISALLOW_IMPLICIT_CONSTRUCTORS(LocalFileHeader); argument