HomeSort by relevance Sort by last modified time
    Searched refs:xsendfile (Results 1 - 10 of 10) sorted by null

  /external/toybox/toys/pending/
crontab.c 218 xsendfile(fdin, 1);
236 xsendfile(fdin, fdout);
252 xsendfile(0, tfd);
280 xsendfile(srcfd, destfd);
more.c 71 xsendfile(fd, 1);
bootchartd.c 61 xsendfile(rfd, wfd);
  /external/toybox/toys/net/
ftpget.c 182 lenl += xsendfile(port, ii);
191 lenr += xsendfile(ii, port);
  /external/toybox/toys/posix/
tail.c 88 xsendfile(fd, 1);
cp.c 273 xsendfile(fdin, fdout);
sed.c 613 xsendfile(fd, TT.fdout);
    [all...]
  /external/toybox/lib/
lib.h 217 long long xsendfile(int in, int out);
xwrap.c 742 long long xsendfile(int in, int out) function
lib.c 701 xsendfile(fdin, fdout);

Completed in 217 milliseconds