Searched refs:_status (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 413 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/ |
D | JNIHelp.c | 311 int _status = ThrowException(env, className, ctorSig, _detailMessage, ## __VA_ARGS__); \ 315 _status; })
|