Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h82 …virtual HRESULT OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name…
DUpdate.h175 …virtual HRESULT OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *name…
DExtract.cpp376 RINOK(extractCallback->OpenResult(codecs, arcLink, arcPath, result)); in Extract()
DUpdate.cpp1204 HRESULT res2 = callback->OpenResult(codecs, arcLink, arcPath, result); in UpdateArchive()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp48 HRESULT CUpdateCallbackConsole::OpenResult( in OpenResult() function in CUpdateCallbackConsole
DExtractCallbackConsole.cpp607 HRESULT CExtractCallbackConsole::OpenResult( in OpenResult() function in CExtractCallbackConsole
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp598 HRESULT CExtractCallbackImp::OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const w… in OpenResult() function in CExtractCallbackImp