Home
last modified time | relevance | path

Searched refs:HRESULT_FROM_WIN32 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/src/utils/win/
H A DSkDWrite.cpp36 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in create_dwrite_factory()
64 HRM(HRESULT_FROM_WIN32(GetLastError()), in sk_cstring_to_wchar()
70 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert wchar to utf-8."); in sk_cstring_to_wchar()
83 HRM(HRESULT_FROM_WIN32(GetLastError()), in sk_wchar_to_skstring()
90 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert utf-8 to wchar."); in sk_wchar_to_skstring()
125 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in SkGetGetUserDefaultLocaleNameProc()
/third_party/lzma/CPP/7zip/Common/
H A DStreamBinder.cpp40 return HRESULT_FROM_WIN32(wres);
82 return HRESULT_FROM_WIN32(wres);
H A DFileStreams.cpp41 return HRESULT_FROM_WIN32(lastError); in GetLastError_HRESULT()
212 return HRESULT_FROM_WIN32(error); in Read()
H A DMultiOutStream.cpp295 return HRESULT_FROM_WIN32(ERROR_ALREADY_EXISTS); in CreateNewStream()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1074 SetProgressState(HRESULT_FROM_WIN32(dwCode)); in OnError()
1359 hr = HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT); in UiThreadProc()
2214 hr = HRESULT_FROM_WIN32(ERROR_PRODUCT_VERSION); in OnPlan()
2276 StrAllocFromError(&unformattedText, HRESULT_FROM_WIN32(ERROR_SUCCESS_REBOOT_REQUIRED), nullptr); in OnChangeState()
2726 if (IsCanceled() || HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT) == hrStatus) { in SetProgressState()
2757 BalLogError(HRESULT_FROM_WIN32(::GetLastError()), "PYBA: LoadBootstrapperBAFunctions() - Failed to load DLL %ls", sczBafPath); in LoadBootstrapperBAFunctions()
2857 return HRESULT_FROM_WIN32(res); in LoadOptionalFeatureStatesFromKey()
2868 return HRESULT_FROM_WIN32(res); in LoadOptionalFeatureStatesFromKey()
2896 return HRESULT_FROM_WIN32(res); in LoadTargetDirFromKey()
2904 return HRESULT_FROM_WIN32(re in LoadTargetDirFromKey()
[all...]
/third_party/icu/icu4c/source/common/
H A Dumapfile.cpp168 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
183 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp168 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
183 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumapfile.cpp168 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
183 if (HRESULT_FROM_WIN32(GetLastError()) == E_OUTOFMEMORY) { in uprv_mapFile()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp1159 return HRESULT_FROM_WIN32(res);
1183 return HRESULT_FROM_WIN32(res);
1387 return HRESULT_FROM_WIN32(wres);
1918 return HRESULT_FROM_WIN32(wres);
1979 return HRESULT_FROM_WIN32(wres);
1988 return HRESULT_FROM_WIN32(wres);
2099 return HRESULT_FROM_WIN32(wres);
2448 return HRESULT_FROM_WIN32(res);
2476 Res = HRESULT_FROM_WIN32(wres);
2486 Res = HRESULT_FROM_WIN32(wre
[all...]
H A DUpdate.h167 HRESULT Get_HRESULT_Error() const { return SystemError == 0 ? E_FAIL : HRESULT_FROM_WIN32(SystemError); } in Get_HRESULT_Error()
H A DUpdateCallback.cpp695 return HRESULT_FROM_WIN32(error); in GetStream2()
992 return HRESULT_FROM_WIN32(error); in InFileStream_On_Error()
H A DLoadCodecs.cpp585 error.ErrorCode = HRESULT_FROM_WIN32(lastError); in LoadDll()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp117 return HRESULT_FROM_WIN32(wres); in ExtractArchive()
/third_party/lzma/CPP/7zip/
H A DIStream.h77 #define HRESULT_WIN32_ERROR_NEGATIVE_SEEK HRESULT_FROM_WIN32(ERROR_NEGATIVE_SEEK)
/third_party/lzma/C/
H A D7zTypes.h68 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x)
90 // we call macro HRESULT_FROM_WIN32 for system errors (WRes) that are (errno)
91 #define HRESULT_FROM_WIN32(x) MY_SRes_HRESULT_FROM_WRes(x) macro
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp1083 return HRESULT_FROM_WIN32(wres); in Code()
1091 return HRESULT_FROM_WIN32(wres); in Code()
1105 return HRESULT_FROM_WIN32(wres); in Code()
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp71 return HRESULT_FROM_WIN32(systemError); in ScanError()
832 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
H A DUpdateCallbackConsole.cpp248 return HRESULT_FROM_WIN32(systemError); in ReadingFileError_Base()
H A DList.cpp1101 lastError = HRESULT_FROM_WIN32(errorCode); in ListArchives()
/third_party/lzma/CPP/Windows/
H A DFileIO.cpp27 return HRESULT_FROM_WIN32(res); in GetLastError_noZero_HRESULT()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2020 return HRESULT_FROM_WIN32(wres); in Update()
2469 return HRESULT_FROM_WIN32(wres); in Update()
2507 return HRESULT_FROM_WIN32(wres); in Update()
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp731 FailedCodes.Add(HRESULT_FROM_WIN32(sysError)); in GetStream()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc688 if (unlikely (hr == HRESULT_FROM_WIN32 (ERROR_INSUFFICIENT_BUFFER))) in _hb_directwrite_shape()
H A Dhb-uniscribe.cc42 #define E_NOT_SUFFICIENT_BUFFER HRESULT_FROM_WIN32 (ERROR_INSUFFICIENT_BUFFER)
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp648 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()

Completed in 31 milliseconds

12