Home
last modified time | relevance | path

Searched refs:IsAnti (Results 1 – 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h76 bool IsAnti; member
85 IsAnti = false; in Init()
124 CRecordVector<bool> IsAnti; member
155 IsAnti.Clear(); in Clear()
177 IsAnti.ReserveDown(); in ReserveDown()
201 (size == IsAnti.Size() || IsAnti.Size() == 0)); in CheckNumFiles()
204 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
209 while (index >= IsAnti.Size()) in SetItem_Anti()
210 IsAnti.Add(false); in SetItem_Anti()
211 IsAnti[index] = isAnti; in SetItem_Anti()
D7zUpdate.h57 bool IsAnti; member
67 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; } in HasStream()
72 IsAnti(false), in CUpdateItem()
D7zUpdate.cpp171 if (u1.IsAnti != u2.IsAnti) in CompareEmptyItems()
172 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
177 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
178 return (u2.IsAnti ? -1 : 1); in CompareEmptyItems()
181 return (u1.IsDir && u1.IsAnti) ? -n : n; in CompareEmptyItems()
327 if (u1.IsAnti != u2.IsAnti) in CompareUpdateItems()
328 return (u1.IsAnti ? 1 : -1); in CompareUpdateItems()
496 file2.IsAnti = ui.IsAnti; in FromUpdateItemToFileItem()
745 file2.IsAnti = inDb.IsItemAnti(index); in GetFile()
1284 if (file2.IsAnti || file.IsDir) in Update()
D7zIn.h106 CRecordVector<bool> IsAnti; member
137 IsAnti.Clear(); in Clear()
148 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
D7zHandlerOut.cpp292 ui.IsAnti = false; in UpdateItems()
309 ui.IsAnti = db->IsItemAnti(ui.IndexInArchive); in UpdateItems()
386 ui.IsAnti = false; in UpdateItems()
390 ui.IsAnti = (prop.boolVal != VARIANT_FALSE); in UpdateItems()
406 if (ui.IsAnti) in UpdateItems()
502 if (ui.Size != 0 && ui.IsAnti) in UpdateItems()
D7zOut.cpp897 SetItem_Anti(index, file2.IsAnti); in AddFile()
D7zIn.cpp1432 db.IsAnti.Add(isAnti); in ReadHeader()
/external/lzma/CPP/7zip/UI/Common/
DUpdateProduce.h13 bool IsAnti; // if (!IsAnti) we use other ways to detect Anti status member
25 IsAnti = false; in SetAs_NoChangeArcItem()
36 IsAnti(false), in CUpdatePair2()
DUpdateProduce.cpp66 up2.IsAnti = true; in UpdateProduce()
DUpdateCallback.cpp212 if (up.IsAnti) in GetRawProp()
371 if (up.IsAnti in GetProperty()
430 if (up.IsAnti) in GetStream()
DUpdate.cpp587 RINOK(arc->IsItemAnti(i, up2.IsAnti)); in Compress()