Searched refs:PrintProgress (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 466 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()
|
D | UpdateCallbackConsole.h | 89 HRESULT PrintProgress(const wchar_t *name, const char *command, bool showInLog);
|