HomeSort by relevance Sort by last modified time
    Searched refs:ReportUpdateOpeartion (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 31 virtual HRESULT ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool isDir) x; \
UpdateCallback.cpp 585 return Callback->ReportUpdateOpeartion(op, name.IsEmpty() ? NULL : name.Ptr(), isDir);
620 return Callback->ReportUpdateOpeartion(op, s, isDir);
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 562 HRESULT CUpdateCallbackConsole::ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool /* isDir */)

Completed in 79 milliseconds