Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h30 struct CUpdateItem struct
32 int IndexInArchive;
33 unsigned IndexInClient;
35 UInt64 CTime;
36 UInt64 ATime;
37 UInt64 MTime;
39 UInt64 Size;
40 UString Name;
71 CUpdateItem(): in CUpdateItem() argument
83 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp1654 struct CUpdateItem struct
1656 int IndexInArc;
1657 unsigned IndexInClient;
1658 UInt64 Size;
1659 bool NewData;
1660 bool NewProps;
1661 bool IsDir;
1662 UString Path;
1664 CUpdateItem(): Size(0), IsDir(false) {} in CUpdateItem() function