Home
last modified time | relevance | path

Searched refs:CSystemException (Results 1 – 5 of 5) 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/UI/Console/
DMain.cpp233 throw CSystemException(result); in Main2()
351 throw CSystemException(res); in Main2()
361 throw CSystemException(res); in Main2()
375 throw CSystemException(res); in Main2()
445 throw CSystemException(result); in Main2()
449 throw CSystemException(result); in Main2()
487 throw CSystemException(result); in Main2()
569 throw CSystemException(result); in Main2()
DMainAr.cpp70 catch(const CSystemException &systemError) in main()
/external/lzma/CPP/7zip/Common/
DOutBuffer.h11 struct COutBufferException: public CSystemException
13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {} in COutBufferException()
DInBuffer.h11 struct CInBufferException: public CSystemException
13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {} in CInBufferException()