Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h413 int _status = ThrowException(env, className, "(Ljava/lang/String;)V", _detailMessage); in jniThrowException() local
417 return _status; in jniThrowException()
427 int _status = ThrowException(env, "android/system/ErrnoException", "(Ljava/lang/String;I)V", in jniThrowErrnoException() local
432 return _status; in jniThrowErrnoException()
/libnativehelper/
DJNIHelp.c311 int _status = ThrowException(env, className, ctorSig, _detailMessage, ## __VA_ARGS__); \
315 _status; })