Searched refs:convertReturnVal (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
H A Dnio_util.h47 jint convertReturnVal(JNIEnv *env, jint n, jboolean reading);
H A DDatagramDispatcher.c61 return convertReturnVal(env, result, JNI_TRUE);
108 return convertReturnVal(env, result, JNI_FALSE);
H A DFileDispatcherImpl.c70 return convertReturnVal(env, read(fd, buf, len), JNI_TRUE);
80 return convertReturnVal(env, pread64(fd, buf, len, offset), JNI_TRUE);
99 return convertReturnVal(env, write(fd, buf, len), JNI_FALSE);
109 return convertReturnVal(env, pwrite64(fd, buf, len, offset), JNI_FALSE);
H A DSocketChannelImpl.c96 return convertReturnVal(env, n, JNI_FALSE);
H A DIOUtil.c156 convertReturnVal(JNIEnv *env, jint n, jboolean reading) function

Completed in 51 milliseconds