Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h82 bool IsAnti; member
136 CBoolVector IsAnti; member
168 IsAnti.Clear(); in Clear()
191 IsAnti.ReserveDown(); in ReserveDown()
216 && (size == IsAnti.Size() || IsAnti.Size() == 0)); in CheckNumFiles()
219 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
224 while (index >= IsAnti.Size()) in SetItem_Anti()
225 IsAnti.Add(false); in SetItem_Anti()
226 IsAnti[index] = isAnti; in SetItem_Anti()
D7zUpdate.h57 bool IsAnti; member
67 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; } in HasStream()
73 IsAnti(false), in CUpdateItem()
D7zIn.h119 CBoolVector IsAnti; member
151 IsAnti.Clear(); in Clear()
162 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
D7zHandlerOut.cpp318 ui.IsAnti = false; in UpdateItems()
335 ui.IsAnti = db->IsItemAnti(ui.IndexInArchive); in UpdateItems()
414 ui.IsAnti = false; in UpdateItems()
418 ui.IsAnti = (prop.boolVal != VARIANT_FALSE); in UpdateItems()
434 if (ui.IsAnti) in UpdateItems()
533 if (ui.Size != 0 && ui.IsAnti) in UpdateItems()
D7zUpdate.cpp547 if (u1.IsAnti != u2.IsAnti) in CompareEmptyItems()
548 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
553 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
554 return (u2.IsAnti ? -1 : 1); in CompareEmptyItems()
557 return (u1.IsDir && u1.IsAnti) ? -n : n; in CompareEmptyItems()
706 if (u1.IsAnti != u2.IsAnti) in CompareUpdateItems()
707 return (u1.IsAnti ? 1 : -1); in CompareUpdateItems()
1097 file2.IsAnti = ui.IsAnti; in UpdateItem_To_FileItem2()
1559 file2.IsAnti = inDb.IsItemAnti(index); in GetFile()
2409 if (file2.IsAnti || file.IsDir) in Update()
D7zIn.cpp1379 db.IsAnti.ClearAndSetSize(numFiles); in ReadHeader()
1409 db.IsAnti[i] = isAnti; in ReadHeader()
D7zOut.cpp895 SetItem_Anti(index, file2.IsAnti); in AddFile()
/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()
DUpdate.cpp640 RINOK(arc->IsItemAnti(i, up2.IsAnti)); in Compress()
670 if (up.IsAnti) in Compress()
677 if (up.IsAnti) in Compress()
687 if (up.IsAnti) in Compress()
703 if (up.IsAnti) in Compress()
710 if (up.IsAnti) in Compress()
720 if (up.IsAnti) in Compress()
DUpdateProduce.cpp61 up2.IsAnti = true; in UpdateProduce()
DUpdateCallback.cpp230 if (up.IsAnti) in GetRawProp()
390 if (up.IsAnti in GetProperty()
455 if (up.IsAnti) in GetStream2()