/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/ |
H A D | RarItem.h | 20 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 D | Rar5Handler.h | 181 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 D | TarItem.h | 115 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 D | LzhHandler.cpp | 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; [all …]
|
H A D | CpioHandler.cpp | 63 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 D | SwfHandler.cpp | 115 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 D | ArjHandler.cpp | 385 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 D | UefiHandler.cpp | 629 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 D | ApmHandler.cpp | 54 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 D | ArHandler.cpp | 106 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 D | FatHandler.cpp | 286 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 D | MbrHandler.cpp | 186 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 D | PpmdHandler.cpp | 50 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 D | MubHandler.cpp | 39 struct CItem struct 41 UInt32 Type; 42 UInt32 SubType; 43 UInt32 Offset; 44 UInt32 Size; 45 UInt32 Align;
|
H A D | HfsHandler.cpp | 353 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 D | ComHandler.cpp | 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; [all …]
|
H A D | LvmHandler.cpp | 532 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 D | ExtHandler.cpp | 754 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 D | CabItem.h | 25 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 D | NsisIn.h | 71 struct CItem struct 73 bool IsEmptyFile; 97 CItem(): in CItem() argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/ |
H A D | UdfIn.h | 319 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 D | Wildcard.h | 33 struct CItem struct 48 // CItem(): WildcardMatching(true) {} argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/ |
H A D | ChmIn.h | 16 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 D | WimIn.h | 336 struct CItem struct 348 CItem(): in CItem() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/ |
D | coalesce.rs | 118 type CItem; typedef 119 fn new(t: T) -> Self::CItem; in new() 123 type CItem = T; typedef 131 type CItem = (usize, T); typedef
|