Home | History | Annotate | Download | only in base

Lines Matching full:getlasterror

133 // GetLastError() on Windows and errno on POSIX).
964 // Stores the current value of GetLastError in the constructor and restores
1003 // Alias for ::GetLastError() on Windows and errno on POSIX. Avoids having to
1004 // pull in windows.h just for GetLastError() and DWORD.
1009 // Appends a formatted system message of the GetLastError() type.