Searched defs:CUpdateItem (Results 1 – 2 of 2) sorted by relevance
30 struct CUpdateItem struct32 int IndexInArchive;33 unsigned IndexInClient;35 UInt64 CTime;36 UInt64 ATime;37 UInt64 MTime;39 UInt64 Size;40 UString Name;71 CUpdateItem(): in CUpdateItem() argument83 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()
1654 struct CUpdateItem struct1656 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