Home
last modified time | relevance | path

Searched refs:ExtractResult (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.h52 HRESULT ExtractResult(HRESULT result);
DExtractCallbackConsole.cpp328 HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) in ExtractResult() function in CExtractCallbackConsole
/external/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h43 virtual HRESULT ExtractResult(HRESULT result) = 0;
DExtract.cpp113 return callback->ExtractResult(S_OK); in DecompressArchive()
174 return callback->ExtractResult(result); in DecompressArchive()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h215 HRESULT ExtractResult(HRESULT result);
DExtractCallback.cpp495 HRESULT CExtractCallbackImp::ExtractResult(HRESULT result) in ExtractResult() function in CExtractCallbackImp