Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp466 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, const char *command, bool showInLo… in PrintProgress() function in CCallbackConsoleBase
542 return PrintProgress(name, s, LogLevel >= requiredLevel); in GetStream()
618 return PrintProgress(name, s, LogLevel >= requiredLevel); in ReportUpdateOpeartion()
699 return PrintProgress(name, "D", true); in ShowDeleteFile()
DUpdateCallbackConsole.h89 HRESULT PrintProgress(const wchar_t *name, const char *command, bool showInLog);