Home
last modified time | relevance | path

Searched defs:LAST_SYSTEM_ERROR (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dchecks.cc30 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
32 #define LAST_SYSTEM_ERROR (0) macro
35 #define LAST_SYSTEM_ERROR (errno) macro
H A Dphysical_socket_server.cc62 #define LAST_SYSTEM_ERROR (::GetLastError()) macro
64 #define LAST_SYSTEM_ERROR (0) macro
66 #define LAST_SYSTEM_ERROR (errno) macro