Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h178 bool IsAnti; member
194 CRecordVector<bool> IsAnti; member
208 IsAnti.Clear(); in Clear()
223 IsAnti.ReserveDown(); in ReserveDown()
244 (size == IsAnti.Size() || IsAnti.Size() == 0)); in CheckNumFiles()
254 bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
257 while (index >= IsAnti.Size()) in SetItemAnti()
258 IsAnti.Add(false); in SetItemAnti()
259 IsAnti[index] = isAnti; in SetItemAnti()
D7zUpdate.h32 bool IsAnti; member
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; } in HasStream()
43 IsAnti(false), in CUpdateItem()
D7zHandlerOut.cpp221 ui.IsAnti = false; in UpdateItems()
232 ui.IsAnti = db->IsItemAnti(ui.IndexInArchive); in UpdateItems()
293 ui.IsAnti = false; in UpdateItems()
297 ui.IsAnti = (prop.boolVal != VARIANT_FALSE); in UpdateItems()
300 if (ui.IsAnti) in UpdateItems()
322 if (ui.Size != 0 && ui.IsAnti) in UpdateItems()
D7zUpdate.cpp170 if (u1.IsAnti != u2.IsAnti) in CompareEmptyItems()
171 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
175 if (u1.IsAnti != u2.IsAnti) in CompareEmptyItems()
176 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
301 if (u1.IsAnti != u2.IsAnti) in CompareUpdateItems()
302 return (u1.IsAnti ? 1 : -1); in CompareUpdateItems()
437 file2.IsAnti = ui.IsAnti; in FromUpdateItemToFileItem()
1099 if (file2.IsAnti || file.IsDir) in Update()
D7zOut.cpp852 file2.IsAnti = IsItemAnti(index); in GetFile()
862 SetItemAnti(index, file2.IsAnti); in AddFile()
D7zIn.cpp1062 db.IsAnti.Add(isAnti); in ReadHeader()
/external/lzma/CPP/7zip/UI/Common/
DUpdateProduce.h12 bool IsAnti; member
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {} in CUpdatePair2()
DUpdateProduce.cpp22 up2.IsAnti = false; in UpdateProduce()
52 up2.IsAnti = true; in UpdateProduce()
DUpdateCallback.cpp96 prop = up.IsAnti; in GetProperty()
101 if (up.IsAnti) in GetProperty()
168 if (up.IsAnti) in GetStream()
/external/lzma/C/
D7z.h102 Byte IsAnti; member
D7zIn.c99 p->IsAnti = 0; in SzFile_Init()
1093 file->IsAnti = 0; in SzReadHeader2()