Home
last modified time | relevance | path

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

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