Searched refs:GetLastError (Results 1 – 8 of 8) sorted by relevance
40 using GetLastError = jvmtiError(*)(jvmtiEnv* env, char** msg); typedef88 GetLastError get_last_error = reinterpret_cast<GetLastError>( in Java_art_Test1957_getLastError()
108 DWORD error = ::GetLastError(); in TargetMMap()123 DWORD error = ::GetLastError(); in TargetMMap()
42 jvmtiError LogUtil::GetLastError(jvmtiEnv* env, char** data) { in GetLastError() function in openjdkjvmti::LogUtil
96 static jvmtiError GetLastError(jvmtiEnv* env, char** data);
286 reinterpret_cast<jvmtiExtensionFunction>(LogUtil::GetLastError), in GetExtensionFunctions()
98 jdwpTransportError GetLastError(/*out*/char** description);
653 jdwpTransportError FdForwardTransport::GetLastError(/*out*/char** err) { in GetLastError() function in dt_fd_forward::FdForwardTransport748 static jdwpTransportError GetLastError(jdwpTransportEnv* env, char** error) { in GetLastError() function in dt_fd_forward::JdwpTransportFunctions749 return AsFdForward(env)->GetLastError(error); in GetLastError()765 JdwpTransportFunctions::GetLastError,
89 if (::GetLastError() != ERROR_IO_PENDING || in pread()118 if (::GetLastError() != ERROR_IO_PENDING || in pwrite()