Home
last modified time | relevance | path

Searched refs:JNU_ThrowInternalError (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/native/
DInflater.c87 JNU_ThrowInternalError(env, msg); in Inflater_init()
103 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg); in checkSetDictionaryResult()
183 JNU_ThrowInternalError(env, strm->msg); in checkInflateStatus()
296 JNU_ThrowInternalError(env, 0); in Inflater_reset()
304 JNU_ThrowInternalError(env, 0); in Inflater_end()
DDeflater.c76 JNU_ThrowInternalError(env, msg); in Deflater_init()
85 JNU_ThrowInternalError(env, msg); in throwInternalErrorHelper()
302 JNU_ThrowInternalError(env, "deflateReset failed"); in Deflater_reset()
310 JNU_ThrowInternalError(env, "deflateEnd failed"); in Deflater_end()
DUnixNativeDispatcher.c403 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_openat0()
557 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_fstatat0()
667 JNU_ThrowInternalError(env, "my_ftimesat_func is NULL"); in Java_sun_nio_fs_UnixNativeDispatcher_futimes()
697 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_fdopendir()
838 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_unlinkat0()
869 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_renameat0()
Djni_util.h71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
DNet.c662 JNU_ThrowInternalError(env, "Should not get here"); in Java_sun_nio_ch_Net_joinOrDrop6()
692 JNU_ThrowInternalError(env, "Should not get here"); in Java_sun_nio_ch_Net_blockOrUnblock6()
DUNIXProcess_md.c211 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler"); in setSIGCHLDHandler()
Djni_util.c92 JNU_ThrowInternalError(JNIEnv *env, const char *msg) in JNU_ThrowInternalError() function