Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Druntime_controller.cc353 tonic::DartErrorHandleType RuntimeController::GetLastError() { in GetLastError() function in flutter::RuntimeController
/third_party/python/Lib/ctypes/
D__init__.py471 GetLastError = windll.kernel32.GetLastError variable