Home
last modified time | relevance | path

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

/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h176 void (*ExceptionClear)(JNIEnv*); member
535 void ExceptionClear() in ExceptionClear() function
536 { functions->ExceptionClear(this); } in ExceptionClear()
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp220 env->ExceptionClear(); in checkAndClearJavaException()