Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp208 ThereIsErrorInCurrent = false; in BeforeOpen()
236 ThereIsErrorInCurrent = true; in OpenResult()
285 ThereIsErrorInCurrent = true; in SetError()
295 ThereIsErrorInCurrent = true; in SetError()
334 if (NumFileErrorsInCurrent == 0 && !ThereIsErrorInCurrent) in ExtractResult()
DExtractCallbackConsole.h66 bool ThereIsErrorInCurrent; variable