Home
last modified time | relevance | path

Searched defs:GetLastError (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/Common/
DMyWindows.cpp144 DWORD GetLastError() in GetLastError() function
/third_party/node/deps/v8/src/base/platform/
Dplatform-starboard.cc275 int OS::GetLastError() { return SbSystemGetLastError(); } in GetLastError() function in v8::base::OS
Dplatform-posix.cc790 int OS::GetLastError() { in GetLastError() function in v8::base::OS
Dplatform-win32.cc522 int OS::GetLastError() { in GetLastError() function in v8::base::OS
/third_party/python/Lib/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable