Searched refs:CSystemException (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/Common/
H A DMyException.h8 struct CSystemException struct
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} function in struct:CSystemException
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h11 struct CInBufferException: public CSystemException
13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {}
H A DOutBuffer.h11 struct COutBufferException: public CSystemException
13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {}
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp233 throw CSystemException(result);
351 throw CSystemException(res);
361 throw CSystemException(res);
375 throw CSystemException(res);
445 throw CSystemException(result);
449 throw CSystemException(result);
487 throw CSystemException(result);
569 throw CSystemException(result);
H A DMainAr.cpp70 catch(const CSystemException &systemError)

Completed in 175 milliseconds