Home | History | Annotate | Download | only in native

Lines Matching defs:inFd

2085     int inFd = jniGetFDFromFileDescriptor(env, javaInFd);
2093 jlong result = throwIfMinusOne(env, "sendfile", TEMP_FAILURE_RETRY(sendfile(outFd, inFd, offsetPtr, byteCount)));