Lines Matching defs:CItem
73 struct CItem struct
75 Byte Name[kNameSizeMax];
78 FILETIME CTime;
79 FILETIME MTime;
80 UInt64 Size;
81 UInt32 LeftDid;
82 UInt32 RightDid;
83 UInt32 SonDid;
84 UInt32 Sid;
85 Byte Type;
87 bool IsEmpty() const { return Type == NItemType::kEmpty; } in IsEmpty()
88 bool IsDir() const { return Type == NItemType::kStorage || Type == NItemType::kRootStorage; } in IsDir()