Home | History | Annotate | Download | only in native

Lines Matching refs:outFd

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