Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DLpHandler.cpp283 struct CGroup struct
285 char name[kNameLen];
286 UInt32 flags; /* (LP_GROUP_*). */
287 UInt64 maximum_size; /* Maximum size in bytes. If 0, the group has no maximum size. */
289 void Parse(const Byte *p) in Parse()