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

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp2307 static jlong Linux_splice(JNIEnv* env, jobject, jobject javaFdIn, jobject javaOffIn, jobject javaFdOut, jobject javaOffOut, jlong len, jint flags) { argument
2309 int fdOut = jniGetFDFromFileDescriptor(env, javaFdOut);

Completed in 86 milliseconds