Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfMap.cpp31 static jmethodID sErrnoExceptionCtor2; variable
53 errnoException = env->NewObject(sErrnoExceptionClass, sErrnoExceptionCtor2, msg.get(), in throwErrnoException()
162 sErrnoExceptionCtor2 = env->GetMethodID(sErrnoExceptionClass, "<init>", in register_com_android_networkstack_tethering_BpfMap()
164 if (sErrnoExceptionCtor2 == nullptr) return JNI_ERR; in register_com_android_networkstack_tethering_BpfMap()