Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DNetworkUtilities.cpp361 bool byteBufferArrayToIOV(JNIEnv* env, jobjectArray msgiovArray, struct msghdr& mhdr, in byteBufferArrayToIOV() argument
363 int msgIovArraySize = env->GetArrayLength(msgiovArray); in byteBufferArrayToIOV()
384 jobject msgiovItem = env->GetObjectArrayElement(msgiovArray, i); in byteBufferArrayToIOV()