Searched defs:CFile (Results 1 – 3 of 3) sorted by relevance
219 struct CFile struct221 UInt64 Size;222 CRecordVector<CBlock> Blocks;223 UInt64 PackSize;224 UInt64 StartPackPos;225 UInt64 BlockSize_MAX;226 UInt64 StartUnpackSector; // unpack sector position of this file from all files227 UInt64 NumUnpackSectors;228 Int32 Descriptor;229 bool IsCorrect;[all …]
294 struct CFile struct302 CFile(): /* FileVersion(0), FileCharacteristics(0), */ ItemIndex(-1) {} in CFile() argument303 UString GetName() const { return Id.GetString(); } in GetName()
48 enum FileType { AsmFile, ObjectFile, CFile }; enumerator