Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h307 struct CMyExtent struct
309 UInt32 Pos;
310 UInt32 Len;
311 unsigned PartitionRef; // index in CLogVol::PartitionMaps
313 UInt32 GetLen() const { return Len & 0x3FFFFFFF; } in GetLen()
314 UInt32 GetType() const { return Len >> 30; } in GetType()
315 bool IsRecAndAlloc() const { return GetType() == SHORT_ALLOC_DESC_TYPE_RecordedAndAllocated; } in IsRecAndAlloc()