Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h82 …virtual HRESULT OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name…
DUpdate.h186 …virtual HRESULT OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name…
DExtract.cpp421 RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result)); in Extract()
DUpdate.cpp1339 HRESULT res2 = callback->OpenResult(codecs, arcLink, arcPath, result); in UpdateArchive()
/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp51 HRESULT CUpdateCallbackConsole::OpenResult( in OpenResult() function in CUpdateCallbackConsole
DExtractCallbackConsole.cpp629 HRESULT CExtractCallbackConsole::OpenResult( in OpenResult() function in CExtractCallbackConsole
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp603 HRESULT CExtractCallbackImp::OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const w… in OpenResult() function in CExtractCallbackImp