Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h31 struct CUpdateItem struct
33 int IndexInArchive;
34 int IndexInClient;
36 UInt64 CTime;
37 UInt64 ATime;
38 UInt64 MTime;
40 UInt64 Size;
41 UString Name;
70 CUpdateItem(): in CUpdateItem() argument
81 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()