Lines Matching defs:CItem
109 struct CItem struct
111 AString Name;
112 Byte Method[kMethodIdSize];
113 Byte Attributes;
114 Byte Level;
115 Byte OsId;
116 UInt32 PackSize;
117 UInt32 Size;
118 UInt32 ModifiedTime;
119 UInt16 CRC;
120 CObjectVector<CExtension> Extensions;
122 bool IsValidMethod() const { return (Method[0] == '-' && Method[1] == 'l' && Method[4] == '-'); } in IsValidMethod()
123 bool IsLhMethod() const {return (IsValidMethod() && Method[2] == 'h'); } in IsLhMethod()
124 bool IsDir() const {return (IsLhMethod() && Method[3] == 'd'); } in IsDir()
126 bool IsCopyMethod() const in IsCopyMethod()
132 bool IsLh1GroupMethod() const in IsLh1GroupMethod()
144 bool IsLh4GroupMethod() const in IsLh4GroupMethod()
159 unsigned GetNumDictBits() const in GetNumDictBits()
176 int FindExt(Byte type) const in FindExt()
184 bool GetUnixTime(UInt32 &value) const in GetUnixTime()
203 AString GetDirName() const in GetDirName()
211 AString GetFileName() const in GetFileName()
219 AString GetName() const in GetName()