Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dhelper.c79 jthrowable oneException = (*env)->ExceptionOccurred(env); in runJniTests() local
80 if (oneException != NULL) { in runJniTests()