Searched refs:xsendfile (Results 1 – 8 of 8) sorted by relevance
/external/toybox/toys/pending/ |
D | crontab.c | 218 xsendfile(fdin, 1); in do_list() 236 xsendfile(fdin, fdout); in update_crontab() 252 xsendfile(0, tfd); in do_replace() 280 xsendfile(srcfd, destfd); in do_edit()
|
D | bootchartd.c | 60 xsendfile(rfd, wfd); in dump_data_in_file()
|
/external/toybox/toys/posix/ |
D | tail.c | 85 xsendfile(fd, 1); in try_lseek()
|
D | cp.c | 251 xsendfile(fdin, fdout);
|
D | sed.c | 639 xsendfile(fd, TT.fdout); in walk_pattern()
|
/external/toybox/lib/ |
D | lib.h | 171 void xsendfile(int in, int out);
|
D | xwrap.c | 614 void xsendfile(int in, int out) in xsendfile() function
|
D | lib.c | 556 xsendfile(fdin, fdout); in replace_tempfile()
|