Searched refs:errno_value (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.c | 378 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/ |
D | JNIHelp.h | 467 [[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()
|