Home
last modified time | relevance | path

Searched refs:errno_value (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c378 int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException() argument
380 const char* message = platformStrError(errno_value, buffer, sizeof(buffer)); in jniThrowIOException()
384 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException() argument
386 "(Ljava/lang/String;I)V", functionName, errno_value); in jniThrowErrnoException()
/libnativehelper/include/nativehelper/
DJNIHelp.h467 [[maybe_unused]] static int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException() argument
470 const char* message = platformStrError(errno_value, buffer, sizeof(buffer)); in jniThrowIOException()