Searched defs:throwSignatureException (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc165 int throwSignatureException(JNIEnv* env, const char* message) { function in namespace:conscrypt::jniutil
166 JNI_TRACE("throwSignatureException %s", message);
290 return throwSignatureException(env, message);

Completed in 51 milliseconds