Home
last modified time | relevance | path

Searched refs:JNU_ThrowIOException (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
Dio_util.c45 JNU_ThrowIOException(env, "Stream Closed"); in readSingle()
109 JNU_ThrowIOException(env, "Stream Closed"); in readBytes()
137 JNU_ThrowIOException(env, "Stream Closed"); in writeSingle()
190 JNU_ThrowIOException(env, "Stream Closed"); in writeBytes()
DFileInputStream.c76 JNU_ThrowIOException (env, "Stream Closed"); in FileInputStream_skip0()
130 JNU_ThrowIOException (env, "Stream Closed"); in FileInputStream_available0()
Djni_util.h74 JNU_ThrowIOException(JNIEnv *env, const char *msg);
Djni_util.c122 JNU_ThrowIOException(JNIEnv *env, const char *msg) in JNU_ThrowIOException() function