Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyException.h8 struct CSystemException struct
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} in CSystemException() function
/external/lzma/CPP/7zip/Common/
DOutBuffer.h11 struct COutBufferException: public CSystemException
13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {} in COutBufferException()
DInBuffer.h10 struct CInBufferException: public CSystemException
12 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp386 throw CSystemException(result); in Main2()
445 throw CSystemException(result); in Main2()
449 throw CSystemException(E_NOTIMPL); in Main2()
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp89 catch(const CSystemException &systemError) in main()
DMain.cpp339 throw CSystemException(res); in ThrowException_if_Error()