Searched defs:LocalFileHeader (Results 1 – 1 of 1) sorted by relevance
146 struct LocalFileHeader { struct147 static const uint32_t kSignature = 0x04034b50;150 uint32_t lfh_signature;152 uint16_t version_needed;176 DISALLOW_IMPLICIT_CONSTRUCTORS(LocalFileHeader); argument