Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DRegister.cpp82 extern void register_sun_nio_ch_SocketChannelImpl(JNIEnv* env);
145 register_sun_nio_ch_SocketChannelImpl(env); in JNI_OnLoad()
DSocketChannelImpl.c104 void register_sun_nio_ch_SocketChannelImpl(JNIEnv* env) { in register_sun_nio_ch_SocketChannelImpl() function