Home
last modified time | relevance | path

Searched defs:CItem (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRarItem.h20 struct CItem struct
22 UInt64 Size;
23 UInt64 PackSize;
25 CRarTime CTime;
26 CRarTime ATime;
27 CRarTime MTime;
29 UInt32 FileCRC;
30 UInt32 Attrib;
32 UInt16 Flags;
33 Byte HostOS;
[all …]
H A DRar5Handler.h181 struct CItem struct
183 UInt32 CommonFlags;
184 UInt32 Flags;
186 Byte RecordType;
210 CItem() { Clear(); } in CItem() argument
212 void Clear() in Clear()
240 bool IsNextForItem(const CItem &prev) const in IsNextForItem() argument
247 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid()
248 bool Is_Rar5_Compat() const { return ((UInt32)Method & NMethodFlags::kRar5_Compat) != 0; } in Is_Rar5_Compat()
249 unsigned Get_Rar5_CompatBit() const { return ((UInt32)Method >> 20) & 1; } in Get_Rar5_CompatBit()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarItem.h115 struct CItem struct
117 UInt64 PackSize;
118 UInt64 Size;
119 Int64 MTime;
121 char LinkFlag;
122 bool DeviceMajor_Defined;
123 bool DeviceMinor_Defined;
125 UInt32 Mode;
126 UInt32 UID;
127 UInt32 GID;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DLzhHandler.cpp109 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;
[all …]
H A DCpioHandler.cpp63 struct CItem struct
65 UInt32 inode;
66 unsigned MainIndex_ForInode;
67 UInt32 Mode;
68 UInt32 MTime;
69 UInt32 DevMajor;
70 UInt32 DevMinor;
71 UInt64 Size;
72 AString Name;
73 UInt32 NumLinks;
[all …]
H A DSwfHandler.cpp115 struct CItem struct
117 Byte Buf[kHeaderLzmaSize];
118 unsigned HeaderSize;
120 UInt32 GetSize() const { return GetUi32(Buf + 4); } in GetSize()
121 UInt32 GetLzmaPackSize() const { return GetUi32(Buf + 8); } in GetLzmaPackSize()
122 UInt32 GetLzmaDicSize() const { return GetUi32(Buf + 13); } in GetLzmaDicSize()
124 bool IsSwf() const { return (Buf[1] == 'W' && Buf[2] == 'S' && Buf[3] < kVerLim); } in IsSwf()
125 bool IsUncompressed() const { return Buf[0] == SWF_UNCOMPRESSED; } in IsUncompressed()
126 bool IsZlib() const { return Buf[0] == SWF_COMPRESSED_ZLIB; } in IsZlib()
127 bool IsLzma() const { return Buf[0] == SWF_COMPRESSED_LZMA; } in IsLzma()
[all …]
H A DArjHandler.cpp385 struct CItem struct
387 AString Name;
388 AString Comment;
390 UInt32 MTime;
391 UInt32 PackSize;
392 UInt32 Size;
393 UInt32 FileCRC;
394 UInt32 SplitPos;
396 Byte Version;
397 Byte ExtractVersion;
[all …]
H A DUefiHandler.cpp629 struct CItem struct
631 AString Name;
632 AString Characts;
633 int Parent;
634 int Method;
635 int NameIndex;
636 unsigned NumChilds;
637 bool IsDir;
638 bool Skip;
639 bool ThereAreSubDirs;
[all …]
H A DApmHandler.cpp54 struct CItem struct
56 UInt32 StartBlock;
57 UInt32 NumBlocks;
58 UInt32 Flags; // pmPartStatus
59 char Name[k_Str_Size];
60 char Type[k_Str_Size];
72 bool Is_Valid_and_Allocated() const in Is_Valid_and_Allocated()
75 bool Parse(const UInt32 *p32, UInt32 &numBlocksInMap) in Parse()
H A DArHandler.cpp106 struct CItem struct
108 AString Name;
109 UInt64 Size;
110 UInt32 MTime;
111 UInt32 User;
112 UInt32 Group;
113 UInt32 Mode;
115 UInt64 HeaderPos;
116 UInt64 HeaderSize;
118 int TextFileIndex;
[all …]
H A DFatHandler.cpp286 struct CItem struct
288 UString UName;
289 char DosName[11];
290 Byte CTime2;
291 UInt32 CTime;
292 UInt32 MTime;
293 UInt16 ADate;
294 Byte Attrib;
295 Byte Flags;
296 UInt32 Size;
[all …]
H A DMbrHandler.cpp186 struct CItem struct
188 bool IsReal;
189 bool IsPrim;
190 bool WasParsed;
191 const char *FileSystem;
192 UInt64 Size;
193 CPartition Part;
195 CItem(): in CItem() argument
H A DPpmdHandler.cpp50 struct CItem struct
52 UInt32 Attrib;
53 UInt32 Time;
54 AString Name;
56 unsigned Order;
57 unsigned MemInMB;
58 unsigned Ver;
59 unsigned Restor;
62 bool IsSupported() const in IsSupported()
H A DMubHandler.cpp39 struct CItem struct
41 UInt32 Type;
42 UInt32 SubType;
43 UInt32 Offset;
44 UInt32 Size;
45 UInt32 Align;
H A DHfsHandler.cpp353 struct CItem struct
355 UString Name;
357 UInt32 ParentID;
359 UInt16 Type;
360 UInt16 FileMode;
363 UInt32 ID;
364 UInt32 CTime;
365 UInt32 MTime;
366 UInt32 AttrMTime;
367 UInt32 ATime;
[all …]
H A DComHandler.cpp73 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;
[all …]
H A DLvmHandler.cpp532 struct CItem struct
534 int LogVol;
535 int PhyVol;
536 UInt64 Pos;
537 UInt64 Size;
538 AString Name;
539 bool IsSupported;
541 CItem(): LogVol(-1), PhyVol(-1), Pos(0), Size(0), IsSupported(false) {} in CItem() function
H A DExtHandler.cpp754 struct CItem struct
756 unsigned Node; // in _refs[]
757 int ParentNode; // in _refs[]
758 int SymLinkItemIndex; // in _items[], if the Node contains SymLink to existing dir
759 Byte Type;
761 AString Name;
763 CItem(): in CItem() argument
770 void Clear() in Clear()
779 bool IsDir() const { return Type == k_Type_DIR; } in IsDir()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/
H A DCabItem.h25 struct CItem struct
27 AString Name;
28 UInt32 Offset;
29 UInt32 Size;
30 UInt32 Time;
31 UInt32 FolderIndex;
32 UInt16 Flags;
33 UInt16 Attributes;
35 UInt64 GetEndOffset() const { return (UInt64)Offset + Size; } in GetEndOffset()
36 …UInt32 GetWinAttrib() const { return (UInt32)Attributes & ~(UInt32)NHeader::kFileNameIsUtf8_Mask; } in GetWinAttrib()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisIn.h71 struct CItem struct
73 bool IsEmptyFile;
97 CItem(): in CItem() argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h319 struct CItem struct
321 CIcbTag IcbTag;
326 UInt16 FileLinkCount;
330 UInt64 Size;
331 UInt64 NumLogBlockRecorded;
334 CTime ATime;
335 CTime MTime;
336 … time : most recent date and time of the day of file creation or modification of the attributes of.
337 CTime CreateTime;
343 bool IsExtended;
[all …]
/aosp_15_r20/external/lzma/CPP/Common/
H A DWildcard.h33 struct CItem struct
48 // CItem(): WildcardMatching(true) {} argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/
H A DChmIn.h16 struct CItem struct
18 UInt64 Section;
19 UInt64 Offset;
20 UInt64 Size;
21 AString Name;
23 bool IsFormatRelatedItem() const in IsFormatRelatedItem()
48 CObjectVector<CItem> Items; argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h336 struct CItem struct
348 CItem(): in CItem() argument
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dcoalesce.rs118 type CItem; typedef
119 fn new(t: T) -> Self::CItem; in new()
123 type CItem = T; typedef
131 type CItem = (usize, T); typedef

12