Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2177 static jlong Linux_sendfile(JNIEnv* env, jobject, jobject javaOutFd, jobject javaInFd, jobject java… in Linux_sendfile() argument
2179 int inFd = jniGetFDFromFileDescriptor(env, javaInFd); in Linux_sendfile()