Home
last modified time | relevance | path

Searched refs:ThereIsTail (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h151 bool ThereIsTail; member
177 ThereIsTail(false), in CArcErrorInfo()
209 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning()
H A DOpenArchive.cpp1238 ThereIsTail = false;
1308 ErrorInfo.ThereIsTail = true;
2040 bool thereIsTail = ErrorInfo.ThereIsTail;
2300 if (!ErrorInfo.ThereIsTail)
2339 if (!ErrorInfo.ThereIsTail)
2801 // ErrorInfo.ThereIsTail = true;
2814 ThereIsTail = true;
2894 bool thereIsTail = ErrorInfo.ThereIsTail;
H A DUpdate.cpp1292 if (arc.ErrorInfo.ThereIsTail) in UpdateArchive()

Completed in 9 milliseconds