Home
last modified time | relevance | path

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

/aosp12/libnativehelper/
H A DJNIHelp.c376 int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException() argument
378 const char* message = platformStrError(errno_value, buffer, sizeof(buffer)); in jniThrowIOException()
382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException() argument
384 "(Ljava/lang/String;I)V", functionName, errno_value); in jniThrowErrnoException()
/aosp12/bionic/libc/bionic/
H A D__errno.cpp35 return &__get_thread()->errno_value; in __errno()
H A Dpthread_internal.h162 int errno_value; variable
/aosp12/bionic/tests/
H A Dstruct_layout_test.cpp57 CHECK_OFFSET(pthread_internal_t, errno_value, 768); in tests()
98 CHECK_OFFSET(pthread_internal_t, errno_value, 664); in tests()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h462 [[maybe_unused]] static int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException() argument
465 const char* message = platformStrError(errno_value, buffer, sizeof(buffer)); in jniThrowIOException()