Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVhdxHandler.cpp329 struct CMetaEntry struct
331 CGuid Guid;
332 UInt32 Offset;
333 UInt32 Len;
334 UInt32 Flags0;
337 bool IsUser() const { return (Flags0 & 1) != 0; } in IsUser()
338 bool IsVirtualDisk() const { return (Flags0 & 2) != 0; } in IsVirtualDisk()
339 bool IsRequired() const { return (Flags0 & 4) != 0; } in IsRequired()
341 bool CheckLimit(size_t regionSize) const in CheckLimit()