Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DRpmHandler.cpp137 struct CLead struct
139 Byte Major;
141 UInt16 Type;
142 UInt16 Cpu;
143 UInt16 Os;
144 UInt16 SignatureType;
145 char Name[kNameSize];
148 void Parse(const Byte *p) in Parse()
160 bool IsSupported() const { return Major >= 3 && Type <= 1; } in IsSupported()