Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h157 …bool ThereIsError() const { return SystemError != 0 || !Message.IsEmpty() || !FileNames.IsEmpty();… in ThereIsError() function
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp266 if (result != S_OK || errorInfo.ThereIsError()) in WarningsCheck()