Home
last modified time | relevance | path

Searched defs:jniThrowIOException (Results 1 – 2 of 2) sorted by relevance

/aosp12/libnativehelper/
H A DJNIHelp.c376 int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h462 [[maybe_unused]] static int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException() function