Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DDmgHandler.cpp219 struct CFile struct
221 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 files
227 UInt64 NumUnpackSectors;
228 Int32 Descriptor;
229 bool IsCorrect;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h294 struct CFile struct
302 CFile(): /* FileVersion(0), FileCharacteristics(0), */ ItemIndex(-1) {} in CFile() argument
303 UString GetName() const { return Id.GetString(); } in GetName()
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DToolRunner.h48 enum FileType { AsmFile, ObjectFile, CFile }; enumerator