Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h203 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors() function
/external/lzma/CPP/7zip/UI/Console/
DList.cpp1107 if (arc.AreThereErrors()) in ListArchives()