Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp690 errorInfo.SystemError = ::GetLastError(); in Compress()
728 errorInfo.SystemError = ::GetLastError(); in Compress()
745 errorInfo.SystemError = ::GetLastError(); in Compress()
988 errorInfo.SystemError = ::GetLastError(); in UpdateArchive()
1067 errorInfo.SystemError = (DWORD)E_NOTIMPL; in UpdateArchive()
1078 errorInfo.SystemError = (DWORD)E_NOTIMPL; in UpdateArchive()
1245 errorInfo.SystemError = 0; in UpdateArchive()
1331 errorInfo.SystemError = ::GetLastError(); in UpdateArchive()
1338 errorInfo.SystemError = ::GetLastError(); in UpdateArchive()
1358 errorInfo.SystemError = ::GetLastError(); in UpdateArchive()
[all …]
DUpdate.h149 DWORD SystemError; member
155 CErrorInfo(): SystemError(0) {}; in CErrorInfo()
/external/autotest/client/cros/cellular/
Dprologix_scpi_driver.py124 raise SystemError('Sending SCPI command failed. '
146 raise SystemError(s)
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dkillthread.py30 raise SystemError("PyThreadState_SetAsyncExc failed")
/external/nanopb-c/generator/google/protobuf/internal/
Dencoder.py562 except SystemError:
572 except SystemError:
581 except SystemError:
/external/protobuf/python/google/protobuf/internal/
Dencoder.py578 except SystemError:
588 except SystemError:
597 except SystemError:
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp248 if (errorInfo.SystemError != 0) in WarningsCheck()
250 message += NError::MyFormatMessage(errorInfo.SystemError); in WarningsCheck()