Home
last modified time | relevance | path

Searched refs:LAST_SYSTEM_ERROR (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DWin32System.cpp87 return LAST_SYSTEM_ERROR(); in initJobObject()
443 return LAST_SYSTEM_ERROR(); in realPath()
484 return LAST_SYSTEM_ERROR(); in makeFileHidden()
489 return LAST_SYSTEM_ERROR(); in makeFileHidden()
765 return LAST_SYSTEM_ERROR(); in copyMetafileToClipboard()
771 return LAST_SYSTEM_ERROR(); in copyMetafileToClipboard()
804 return LAST_SYSTEM_ERROR(); in expandEnvironmentVariables()
814 return LAST_SYSTEM_ERROR(); in expandEnvironmentVariables()
837 return LAST_SYSTEM_ERROR(); in terminateProcess()
841 return LAST_SYSTEM_ERROR(); in terminateProcess()
[all …]
H A DWin32ChildProcess.cpp287 return LAST_SYSTEM_ERROR(); in terminate()
330 return LAST_SYSTEM_ERROR(); in openFile()
383 return LAST_SYSTEM_ERROR(); in run()
390 return LAST_SYSTEM_ERROR(); in run()
397 return LAST_SYSTEM_ERROR(); in run()
404 return LAST_SYSTEM_ERROR(); in run()
411 return LAST_SYSTEM_ERROR(); in run()
418 return LAST_SYSTEM_ERROR(); in run()
545 return LAST_SYSTEM_ERROR(); in run()
580 return LAST_SYSTEM_ERROR(); in waitForExit()
[all …]
H A DWin32OutputCapture.cpp73 LOG_ERROR(LAST_SYSTEM_ERROR()); in standardStreamCaptureThread()
82 LOG_ERROR(LAST_SYSTEM_ERROR()); in standardStreamCaptureThread()
107 return LAST_SYSTEM_ERROR(); in redirectToPipe()
113 return LAST_SYSTEM_ERROR(); in redirectToPipe()
173 LOG_ERROR(LAST_SYSTEM_ERROR()); in redirectToPipe()
H A DWin32LibraryLoader.cpp64 Error error = LAST_SYSTEM_ERROR(); in loadLibrary()
80 Error error = LAST_SYSTEM_ERROR(); in loadSymbol()
94 Error error = LAST_SYSTEM_ERROR(); in closeLibrary()
H A DWin32Environment.cpp50 LOG_ERROR(LAST_SYSTEM_ERROR()); in environment()
77 LOG_ERROR(LAST_SYSTEM_ERROR()); in environment()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
146 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
179 file, line, LAST_SYSTEM_ERROR);
194 file, line, LAST_SYSTEM_ERROR); in UnreachableCodeReached()
208 LAST_SYSTEM_ERROR); in UnreachableCodeReached()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
146 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
179 file, line, LAST_SYSTEM_ERROR);
194 file, line, LAST_SYSTEM_ERROR); in UnreachableCodeReached()
208 LAST_SYSTEM_ERROR); in UnreachableCodeReached()
/dports/net/libilbc/libilbc-3.0.4/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
146 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
179 file, line, LAST_SYSTEM_ERROR);
194 file, line, LAST_SYSTEM_ERROR); in UnreachableCodeReached()
208 LAST_SYSTEM_ERROR); in UnreachableCodeReached()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/http/
H A DSessionNamedPipeHttpConnectionListener.hpp101 Error error = LAST_SYSTEM_ERROR(); in readRequest()
205 Error error = LAST_SYSTEM_ERROR(); in sendResponse()
227 LOG_ERROR(LAST_SYSTEM_ERROR()); in close()
232 LOG_ERROR(LAST_SYSTEM_ERROR()); in close()
237 LOG_ERROR(LAST_SYSTEM_ERROR()); in close()
450 LOG_ERROR(LAST_SYSTEM_ERROR()); in pipeServerSecurityDescriptor()
461 return LAST_SYSTEM_ERROR(); in logonSessionOnlyDescriptor()
483 return LAST_SYSTEM_ERROR(); in logonSessionOnlyDescriptor()
510 return LAST_SYSTEM_ERROR(); in logonSessionOnlyDescriptor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
131 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
176 file, line, LAST_SYSTEM_ERROR);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
131 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
176 file, line, LAST_SYSTEM_ERROR);
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
131 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
176 file, line, LAST_SYSTEM_ERROR);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/rtc_base/
H A Dchecks.cc28 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
30 #define LAST_SYSTEM_ERROR (0) macro
33 #define LAST_SYSTEM_ERROR (errno) macro
125 file, line, LAST_SYSTEM_ERROR, message); in FatalLog()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/file_monitor/
H A DWin32FileMonitor.cpp103 auto error = LAST_SYSTEM_ERROR(); in safeCloseHandle()
115 LOG_ERROR(LAST_SYSTEM_ERROR()); in cleanupContext()
128 LOG_ERROR(LAST_SYSTEM_ERROR()); in cleanupContext()
382 Error error = LAST_SYSTEM_ERROR(); in enqueRestartMonitoring()
404 Error error = LAST_SYSTEM_ERROR(); in enqueRestartMonitoring()
488 return LAST_SYSTEM_ERROR(); in readDirectoryChanges()
529 callbacks.onRegistrationError(LAST_SYSTEM_ERROR()); in registerMonitor()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/system/
H A DWin32StringUtils.cpp40 log::logError(LAST_SYSTEM_ERROR()); in wideToUtf8()
68 Error error = LAST_SYSTEM_ERROR(); in utf8ToWide()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/overrides/webrtc/base/
H A Dlogging.h74 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
78 #define LAST_SYSTEM_ERROR (errno) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dlogging.h322 #define LAST_SYSTEM_ERROR \ in __memset()
329 #define LAST_SYSTEM_ERROR \ in __memset()
336 #define LAST_SYSTEM_ERROR \ in __memset()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dlogging.h329 #define LAST_SYSTEM_ERROR \ macro
336 #define LAST_SYSTEM_ERROR \ macro
343 #define LAST_SYSTEM_ERROR \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dlogging.h336 #define LAST_SYSTEM_ERROR \ macro
343 #define LAST_SYSTEM_ERROR \ macro
350 #define LAST_SYSTEM_ERROR \ macro
H A Dchecks.cc116 << "# last system error: " << LAST_SYSTEM_ERROR << std::endl in Init()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dhost.cc43 FatalError("uname", LAST_SYSTEM_ERROR); in GetHostName()
H A Dlogging.h360 #define LAST_SYSTEM_ERROR \ macro
367 #define LAST_SYSTEM_ERROR \ macro
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopWin32DetectRHome.cpp60 LOG_ERROR(LAST_SYSTEM_ERROR()); in prepareEnvironment()
H A DDesktopWin32ProgressActivator.cpp71 Error error = LAST_SYSTEM_ERROR(); in ProgressActivator()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/http/
H A DNamedPipeAsyncClient.hpp84 handleConnectionError(LAST_SYSTEM_ERROR()); in connectAndWriteRequest()

12