Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h37 struct CFolder struct
45 CFolder() {} in CFolder() argument
47 bool IsDecodingSupported() const { return Coders.Size() <= 32; } in IsDecodingSupported()
49 int Find_in_PackStreams(UInt32 packStream) const in Find_in_PackStreams()
57 int FindBond_for_PackStream(UInt32 packStream) const in FindBond_for_PackStream()
83 bool IsEncrypted() const in IsEncrypted()
/external/lzma/CPP/7zip/Archive/Cab/
DCabItem.h15 struct CFolder struct
17 UInt32 DataStart; // offset of the first CFDATA block in this folder
18 UInt16 NumDataBlocks; // number of CFDATA blocks in this folder
19 Byte MethodMajor;
20 Byte MethodMinor;
22 Byte GetMethod() const { return (Byte)(MethodMajor & 0xF); } in GetMethod()