OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jniThrowBindException
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
JniException.h
24
void
jniThrowBindException
(JNIEnv* env, int error);
JniException.cpp
25
void
jniThrowBindException
(JNIEnv* env, int error) {
org_apache_harmony_luni_platform_OSNetworkSystem.cpp
585
jniThrowBindException
(env, errno);
[
all
...]
Completed in 17 milliseconds