Home
last modified time | relevance | path

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

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