Searched refs:jniThrowErrnoException (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/Connectivity/framework/jni/ |
H A D | android_net_NetworkUtils.cpp | 136 jniThrowErrnoException(env, "resNetworkQuery", -fd); in android_net_utils_resNetworkQuery() 151 jniThrowErrnoException(env, "resNetworkSend", -fd); in android_net_utils_resNetworkSend() 166 jniThrowErrnoException(env, "resNetworkResult", -res); in android_net_utils_resNetworkResult() 172 jniThrowErrnoException(env, "resNetworkResult", ENOMEM); in android_net_utils_resNetworkResult() 193 jniThrowErrnoException(env, "getDnsNetwork", -res); in android_net_utils_getDnsNetwork() 220 jniThrowErrnoException(env, "getsockopt : TCP_REPAIR_WINDOW", errno); in android_net_utils_getTcpRepairWindow() 231 jniThrowErrnoException(env, "getsockopt : TCP_INFO", errno); in android_net_utils_getTcpRepairWindow()
|
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/ |
H A D | stubs_arm.cc | 60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniThrowErrnoException); 109 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniThrowErrnoException); in init_stub_library()
|
H A D | stubs_arm64.cc | 60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniThrowErrnoException); 109 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniThrowErrnoException); in init_stub_library()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_SharedMemory.cpp | 53 jniThrowErrnoException(env, "SharedMemory_create", err); in SharedMemory_nCreate()
|
H A D | android_util_Process.cpp | 1323 jniThrowErrnoException(env, "nativePidFdOpen", errno); in android_os_Process_nativePidFdOpen()
|
/aosp12/libnativehelper/tests_mts/jni/ |
H A D | jni_helper_jni.cpp | 67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
|
/aosp12/libnativehelper/ |
H A D | JNIHelp.c | 382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException() function
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 418 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException() function
|