Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h197 || NeedTailWarning() in IsThereErrorOrWarning()
204 bool AreThereWarnings() const { return WarningFlags != 0 || NeedTailWarning(); } in AreThereWarnings()
206 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning() function
211 if (NeedTailWarning() && (ErrorFlags & kpv_ErrorFlags_DataAfterEnd) == 0) in GetWarningFlags()