Searched refs:OpenResult (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.h | 46 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
|
D | UpdateCallbackConsole.cpp | 30 HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result, const wchar_t *erro… in OpenResult() function in CUpdateCallbackConsole
|
D | ExtractCallbackConsole.cpp | 215 HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, HRESULT result, bool encryp… in OpenResult() function in CExtractCallbackConsole
|
/external/lzma/CPP/7zip/UI/Common/ |
D | IFileExtractCallback.h | 38 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted) = 0;
|
D | Update.h | 164 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType) x; \
|
D | Extract.cpp | 335 RINOK(extractCallback->OpenResult(arcPath, result, crypted)); in Extract()
|
D | Update.cpp | 1059 RINOK(callback->OpenResult(arcPath, result, errorArcType)); in UpdateArchive()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 210 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
|
D | ExtractCallback.cpp | 360 HRESULT CExtractCallbackImp::OpenResult(const wchar_t *name, HRESULT result, bool encrypted) in OpenResult() function in CExtractCallbackImp
|