Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h138 bool ThereIsTail; member
164 ThereIsTail(false), in CArcErrorInfo()
196 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning()
DOpenArchive.cpp950 ThereIsTail = false; in ClearErrors()
1020 ErrorInfo.ThereIsTail = true; in ReadBasicProps()
1656 bool thereIsTail = ErrorInfo.ThereIsTail; in OpenStream2()
1907 if (!ErrorInfo.ThereIsTail) in OpenStream2()
2471 bool thereIsTail = ErrorInfo.ThereIsTail; in OpenStream2()
DUpdate.cpp1076 if (arc.ErrorInfo.ThereIsTail) in UpdateArchive()