Home
last modified time | relevance | path

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

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