Home
last modified time | relevance | path

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

/art/openjdkjvm/
DOpenjdkJvm.cc267 JNIEXPORT jint JVM_Send(jint fd, char* buf, jint nBytes, jint flags) { in JVM_Send() argument
268 return TEMP_FAILURE_RETRY(send(fd, buf, nBytes, flags)); in JVM_Send()