Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DLvmHandler.cpp459 struct CLogVol struct
461 bool IsSupported;
463 AString Name;
465 AString id;
466 AString status; // ["READ", "WRITE", "VISIBLE"]
467 AString flags; // []
475 CObjectVector<CSegment> Segments;
477 CLogVol(): /* Pos(0), Size(0), */ IsSupported(false) {} in CLogVol() function
479 bool Parse(const CConfigItem &ci) in Parse()
514 bool GetNumExtents(UInt64 &numExtents) const in GetNumExtents()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h412 struct CLogVol struct
414 CObjectVector<CPartitionMap> PartitionMaps;
415 CObjectVector<CFileSet> FileSets;
417 UInt32 BlockSize;
418 CDString128 Id;
419 CRegId DomainId;
444 CObjectVector<CLogVol> LogVols; argument