Home
last modified time | relevance | path

Searched defs:details (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c233 const char* details = (summary.data != NULL) ? summary.data : "Unknown"; in DiscardPendingException() local
355 const char* details = (summary.data != NULL) ? summary.data : "No memory to report exception"; in jniLogException() local
/libnativehelper/include/nativehelper/
DJNIHelp.h287 const char* details = (summary.data != NULL) ? summary.data : "Unknown"; in DiscardPendingException() local
498 const char* details = (summary.data != NULL) ? summary.data : "No memory to report exception"; variable