Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVmdkHandler.cpp257 struct CDescriptor struct
259 AString CID;
260 AString parentCID;
261 AString createType;
264 CObjectVector<CExtentInfo> Extents;
266 static void GetUnicodeName(const AString &s, UString &res) in GetUnicodeName()
272 void Clear() in Clear()
280 bool IsThere_Parent() const in IsThere_Parent()
H A DLpHandler.cpp130 struct CDescriptor struct
132 UInt32 offset; /* Location of the table, relative to end of the metadata header. */
133 UInt32 num_entries; /* Number of entries in the table. */
134 UInt32 entry_size; /* Size of each entry in the table, in bytes. */
136 void Parse(const Byte *p) in Parse()
143 bool CheckLimits(UInt32 limit) const in CheckLimits()