Home
last modified time | relevance | path

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

/aosp12/libnativehelper/
H A DJNIHelp.c382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h418 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException() function