Searched refs:javaOutFd (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp2083 static jlong Linux_sendfile(JNIEnv* env, jobject, jobject javaOutFd, jobject javaInFd, jobject javaOffset, jlong byteCount) { argument
2084 int outFd = jniGetFDFromFileDescriptor(env, javaOutFd);

Completed in 30 milliseconds