Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h92 HRESULT PrintProgress(const wchar_t *name, bool isDir, const char *command, bool showInLog);
DUpdateCallbackConsole.cpp498 …ackConsoleBase::PrintProgress(const wchar_t *name, bool isDir, const char *command, bool showInLog) in PrintProgress() argument
502 bool show2 = (showInLog && _so); in PrintProgress()