Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c376 int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException()
382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException()
/libnativehelper/include/nativehelper/
DJNIHelp.h462 [[maybe_unused]] static int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException()