Home
last modified time | relevance | path

Searched defs:ThereIsError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimHandler.h84 bool ThereIsError() const { return _xmlError || _db.ThereIsError(); } in ThereIsError() function
H A DWimIn.h472 bool ThereIsError() const { return RefCountError || HeadersError; } in ThereIsError() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h164 …bool ThereIsError() const { return SystemError != 0 || !Message.IsEmpty() || !FileNames.IsEmpty();… in ThereIsError() function