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

/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h31 virtual HRESULT ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool isDir) x; \
H A DUpdateCallback.cpp585 return Callback->ReportUpdateOpeartion(op, name.IsEmpty() ? NULL : name.Ptr(), isDir);
620 return Callback->ReportUpdateOpeartion(op, s, isDir);
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp562 HRESULT CUpdateCallbackConsole::ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool /* isDir */) function in class:CUpdateCallbackConsole

Completed in 136 milliseconds