Home | History | Annotate | Download | only in io

Lines Matching defs:inFd

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