Home
last modified time | relevance | path

Searched refs:GetInet6AddressClass (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
DJniConstants.h37 static jclass GetInet6AddressClass(JNIEnv* env);
DNetworkUtilities.cpp154 static jfieldID holder6Fid = env->GetFieldID(JniConstants::GetInet6AddressClass(env), in inetAddressToSockaddr()
DJniConstants.cpp171 jclass JniConstants::GetInet6AddressClass(JNIEnv* env) { in GetInet6AddressClass() function in JniConstants