OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytesmid
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
NetworkUtilities.cpp
119
static jmethodID
bytesMid
= env->GetMethodID(JniConstants::inetAddressClass, "getAddress", "()[B");
120
ScopedLocalRef<jbyteArray> addressBytes(env, reinterpret_cast<jbyteArray>(env->CallObjectMethod(inetAddress,
bytesMid
)));
Completed in 1833 milliseconds