Home
last modified time | relevance | path

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

/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
Dregistry.h86 const std::string &GetLastError() { return lasterror_; } in GetLastError() function
/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
Dregistry.h87 const std::string &GetLastError() { return lasterror_; } in GetLastError() function
/prebuilts/jdk/jdk8/darwin-x86/include/
DjdwpTransport.h247 jdwpTransportError GetLastError(char** error) { in GetLastError() function
/prebuilts/jdk/jdk8/linux-x86/include/
DjdwpTransport.h247 jdwpTransportError GetLastError(char** error) { in GetLastError() function
/prebuilts/jdk/jdk21/darwin-arm64/include/
DjdwpTransport.h260 jdwpTransportError GetLastError(char** error) { in GetLastError() function
/prebuilts/jdk/jdk21/linux-x86/include/
DjdwpTransport.h260 jdwpTransportError GetLastError(char** error) { in GetLastError() function
/prebuilts/jdk/jdk21/windows-x86/include/
DjdwpTransport.h260 jdwpTransportError GetLastError(char** error) { in GetLastError() function
/prebuilts/jdk/jdk21/darwin-x86/include/
DjdwpTransport.h260 jdwpTransportError GetLastError(char** error) { in GetLastError() function
/prebuilts/build-tools/common/py3-stdlib/_pyrepl/
Dwindows_console.py52 def GetLastError() -> int: function
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable
/prebuilts/build-tools/common/py3-stdlib/ctypes/
D__init__.py492 GetLastError = windll.kernel32.GetLastError variable
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go799 func GetLastError() (lasterr error) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2312 func GetLastError() (lasterr error) { func