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 181 lenl += xsendfile(port, ii);
190 lenr += xsendfile(ii, port);
  /external/toybox/toys/posix/
tail.c 87 xsendfile(fd, 1);
cp.c 275 xsendfile(fdin, fdout);
sed.c 622 xsendfile(fd, TT.fdout);
    [all...]
  /external/toybox/lib/
lib.h 240 long long xsendfile(int in, int out);
xwrap.c 848 long long xsendfile(int in, int out) function
lib.c 776 xsendfile(fdin, fdout);
    [all...]

Completed in 84 milliseconds