Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp209 ThereIsWarningInCurrent = false; in BeforeOpen()
305 ThereIsWarningInCurrent = true; in SetError()
315 ThereIsWarningInCurrent = true; in SetError()
336 if (ThereIsWarningInCurrent) in ExtractResult()
381 ThereIsWarningInCurrent = true; in OpenTypeWarning()
DExtractCallbackConsole.h67 bool ThereIsWarningInCurrent; variable