Home | History | Annotate | Download | only in io

Lines Matching refs:outFd

895         FileDescriptor outFd = outStream.getFD();
899 android.system.Os.sendfile(outFd, inFd, offset, maxBytes);
905 libcore.io.Libcore.os.sendfile(outFd, inFd, offset, maxBytes);