Home
last modified time | relevance | path

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

/external/conscrypt/src/compat/native/
DJNIHelp.cpp92 extern "C" int jniThrowException(C_JNIEnv* c_env, const char* className, const char* msg) { in jniThrowException() argument
93 JNIEnv* env = reinterpret_cast<JNIEnv*>(c_env); in jniThrowException()