Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DVhdHandler.cpp49 struct CFooter struct
53 UInt64 DataOffset;
54 UInt32 CTime;
55 UInt32 CreatorApp;
56 UInt32 CreatorVersion;
57 UInt32 CreatorHostOS;
59 UInt64 CurrentSize;
60 UInt32 DiskGeometry;
61 UInt32 Type;
62 Byte Id[16];
[all …]
DAvbHandler.cpp66 struct CFooter struct
71 UInt32 version_major;
73 UInt32 version_minor;
76 UInt64 original_image_size;
79 UInt64 vbmeta_offset;
82 UInt64 vbmeta_size;
87 Byte reserved[28];
89 void Parse(const Byte *p) in Parse()