Searched refs:JNU_ThrowInternalError (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 87 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()
|
D | Deflater.c | 76 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()
|
D | UnixNativeDispatcher.c | 403 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()
|
D | jni_util.h | 71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
|
D | Net.c | 662 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()
|
D | UNIXProcess_md.c | 211 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler"); in setSIGCHLDHandler()
|
D | jni_util.c | 92 JNU_ThrowInternalError(JNIEnv *env, const char *msg) in JNU_ThrowInternalError() function
|