Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfMap.cpp32 static jmethodID sErrnoExceptionCtor3; variable
50 errnoException = env->NewObject(sErrnoExceptionClass, sErrnoExceptionCtor3, msg.get(), in throwErrnoException()
166 sErrnoExceptionCtor3 = env->GetMethodID(sErrnoExceptionClass, "<init>", in register_com_android_networkstack_tethering_BpfMap()
168 if (sErrnoExceptionCtor3 == nullptr) return JNI_ERR; in register_com_android_networkstack_tethering_BpfMap()