Home
last modified time | relevance | path

Searched refs:ReportUpdateOpeartion (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h43 virtual HRESULT ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool isDir) x; \
DUpdateCallback.cpp599 return Callback->ReportUpdateOpeartion(op, name.IsEmpty() ? NULL : name.Ptr(), isDir); in ReportOperation()
634 return Callback->ReportUpdateOpeartion(op, s, isDir); in ReportOperation()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp590 HRESULT CUpdateCallbackConsole::ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool /* isDir… in ReportUpdateOpeartion() function in CUpdateCallbackConsole