Home
last modified time | relevance | path

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

/aosp12/libnativehelper/
H A DJNIHelp.c376 int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException()
382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException()
/aosp12/bionic/libc/bionic/
H A Dpthread_internal.h162 int errno_value; variable
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h462 [[maybe_unused]] static int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException()