Home
last modified time | relevance | path

Searched refs:OpenResult (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h46 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
DUpdateCallbackConsole.cpp30 HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result, const wchar_t *erro… in OpenResult() function in CUpdateCallbackConsole
DExtractCallbackConsole.cpp215 HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, HRESULT result, bool encryp… in OpenResult() function in CExtractCallbackConsole
/external/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h38 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted) = 0;
DUpdate.h164 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType) x; \
DExtract.cpp335 RINOK(extractCallback->OpenResult(arcPath, result, crypted)); in Extract()
DUpdate.cpp1059 RINOK(callback->OpenResult(arcPath, result, errorArcType)); in UpdateArchive()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h210 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
DExtractCallback.cpp360 HRESULT CExtractCallbackImp::OpenResult(const wchar_t *name, HRESULT result, bool encrypted) in OpenResult() function in CExtractCallbackImp