OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_ThrowNew
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/native/
net_util.h
126
JNIEXPORT void JNICALL
NET_ThrowNew
(JNIEnv *env, int errorNum, char *msg);
net_util_md.c
280
NET_ThrowNew
(env, errno, msg);
284
NET_ThrowNew
(JNIEnv *env, int errorNumber, char *msg) {
[
all
...]
Completed in 202 milliseconds