Home
last modified time | relevance | path

Searched defs:CUpdateItem (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.h28 struct CUpdateItem struct
30 bool NewData;
31 bool NewProps;
32 bool IsDir;
33 bool Write_NtfsTime;
34 bool Write_UnixTime;
36 bool IsUtf8;
37 bool Size_WasSetFromStream;
39 int IndexInArc;
40 unsigned IndexInClient;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarUpdate.h13 struct CUpdateItem struct
35 CUpdateItem(): in CUpdateItem() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h30 struct CUpdateItem struct
32 int IndexInArchive;
33 unsigned IndexInClient;
35 UInt64 CTime;
36 UInt64 ATime;
37 UInt64 MTime;
39 UInt64 Size;
40 UString Name;
71 CUpdateItem(): in CUpdateItem() argument
83 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1647 struct CUpdateItem struct
1649 int IndexInArc;
1650 unsigned IndexInClient;
1651 UInt64 Size;
1652 bool NewData;
1653 bool NewProps;
1654 bool IsDir;
1655 UString Path;
1657 CUpdateItem(): Size(0), IsDir(false) {} in CUpdateItem() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimHandlerOut.cpp168 struct CUpdateItem struct
170 unsigned CallbackIndex; // index in callback
172 int MetaIndex; // index in in MetaItems[]
174 int AltStreamIndex; // index in CMetaItem::AltStreams vector
177 int InArcIndex; // >= 0, if we use OLD Data
180 CUpdateItem(): MetaIndex(-1), AltStreamIndex(-1), InArcIndex(-1) {} in CUpdateItem() function