Searched refs:xsendfile (Results 1 - 13 of 13) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 221 xsendfile(fdin, 1); in do_list() 239 xsendfile(fdin, fdout); in update_crontab() 255 xsendfile(0, tfd); in do_replace() 283 xsendfile(srcfd, destfd); in do_edit()
|
H A D | more.c | 84 xsendfile(fd, 1); in do_cat_operation()
|
H A D | bootchartd.c | 45 xsendfile(rfd, wfd); in dump_data_in_file()
|
H A D | diff.c | 191 xsendfile(0, tmpfd); in read_stdin()
|
/third_party/toybox/toys/net/ |
H A D | ftpget.c | 251 lenl += xsendfile(port, ii); in ftpget_main() 263 lenr += xsendfile(ii, port); in ftpget_main()
|
/third_party/toybox/toys/posix/ |
H A D | tail.c | 80 xsendfile(fd, 1); in try_lseek()
|
H A D | cp.c | 275 xsendfile(fdin, fdout); in cp_node()
|
H A D | sed.c | 641 xsendfile(fd, TT.fdout); in sed_line()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 248 xsendfile(fdin, fdout); in cp_node()
|
/third_party/toybox/lib/ |
H A D | lib.h | 255 long long xsendfile(int in, int out);
|
H A D | xwrap.c | 843 long long xsendfile(int in, int out) in xsendfile() function
|
H A D | lib.c | 822 xsendfile(fdin, fdout); in replace_tempfile()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 246 long long xsendfile(int in, int out);
|
Completed in 12 milliseconds