Home
last modified time | relevance | path

Searched refs:GetLastError (Results 1 – 8 of 8) sorted by relevance

/art/test/1957-error-ext/
Dlasterror.cc40 using GetLastError = jvmtiError(*)(jvmtiEnv* env, char** msg); typedef
88 GetLastError get_last_error = reinterpret_cast<GetLastError>( in Java_art_Test1957_getLastError()
/art/libartbase/base/
Dmem_map_windows.cc108 DWORD error = ::GetLastError(); in TargetMMap()
123 DWORD error = ::GetLastError(); in TargetMMap()
/art/openjdkjvmti/
Dti_logging.h96 static jvmtiError GetLastError(jvmtiEnv* env, char** data);
Dti_logging.cc45 jvmtiError LogUtil::GetLastError(jvmtiEnv* env, char** data) { in GetLastError() function in openjdkjvmti::LogUtil
Dti_extension.cc286 reinterpret_cast<jvmtiExtensionFunction>(LogUtil::GetLastError), in GetExtensionFunctions()
/art/dt_fd_forward/
Ddt_fd_forward.h98 jdwpTransportError GetLastError(/*out*/char** description);
Ddt_fd_forward.cc653 jdwpTransportError FdForwardTransport::GetLastError(/*out*/char** err) { in GetLastError() function in dt_fd_forward::FdForwardTransport
748 static jdwpTransportError GetLastError(jdwpTransportEnv* env, char** error) { in GetLastError() function in dt_fd_forward::JdwpTransportFunctions
749 return AsFdForward(env)->GetLastError(error); in GetLastError()
765 JdwpTransportFunctions::GetLastError,
/art/libartbase/base/unix_file/
Dfd_file.cc89 if (::GetLastError() != ERROR_IO_PENDING || in pread()
118 if (::GetLastError() != ERROR_IO_PENDING || in pwrite()