OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jniThrowExceptionFmt
(Results
1 - 5
of
5
) sorted by null
/external/conscrypt/src/compat/native/
JNIHelp.h
130
extern "C" int
jniThrowExceptionFmt
(C_JNIEnv* env, const char* className, const char* fmt, va_list args);
136
inline int
jniThrowExceptionFmt
(JNIEnv* env, const char* className, const char* fmt, ...) {
139
return
jniThrowExceptionFmt
(&env->functions, className, fmt, args);
JNIHelp.cpp
112
int
jniThrowExceptionFmt
(C_JNIEnv* env, const char* className, const char* fmt, va_list args) {
/libnativehelper/include/nativehelper/
JNIHelp.h
130
extern "C" int
jniThrowExceptionFmt
(C_JNIEnv* env, const char* className, const char* fmt, va_list args);
136
inline int
jniThrowExceptionFmt
(JNIEnv* env, const char* className, const char* fmt, ...) {
139
return
jniThrowExceptionFmt
(&env->functions, className, fmt, args);
/external/conscrypt/src/openjdk/native/
JNIHelp.cpp
111
int
jniThrowExceptionFmt
(JNIEnv* env, const char* className, const char* fmt, va_list args) {
/libnativehelper/
JNIHelp.cpp
255
int
jniThrowExceptionFmt
(C_JNIEnv* env, const char* className, const char* fmt, va_list args) {
Completed in 748 milliseconds