Searched refs:errno_value (Results 1 – 5 of 5) sorted by relevance
/aosp12/libnativehelper/ |
H A D | JNIHelp.c | 376 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.cpp | 35 return &__get_thread()->errno_value; in __errno()
|
H A D | pthread_internal.h | 162 int errno_value; variable
|
/aosp12/bionic/tests/ |
H A D | struct_layout_test.cpp | 57 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 D | JNIHelp.h | 462 [[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()
|