HomeSort by relevance Sort by last modified time
    Searched refs:CSystemException (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/Common/
MyException.h 8 struct CSystemException
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
  /external/lzma/CPP/7zip/Common/
InBuffer.h 10 struct CInBufferException: public CSystemException
12 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {}
OutBuffer.h 11 struct COutBufferException: public CSystemException
13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {}
  /external/lzma/CPP/7zip/UI/Console/
MainAr.cpp 71 catch(const CSystemException &systemError)
Main.cpp 257 // throw CSystemException(result);
289 throw CSystemException(res);
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 366 throw CSystemException(result);
424 throw CSystemException(result);
449 throw CSystemException(result);

Completed in 377 milliseconds