Searched refs:copy_tempfile (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/other/ |
D | dos2unix.c | 39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile);
|
D | bzcat.c | 696 outfd = copy_tempfile(fd, name, &tmp); in do_bunzip2()
|
/third_party/toybox/toys/posix/ |
D | patch.c | 427 else TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname); in patch_main()
|
D | sed.c | 661 TT.fdout = copy_tempfile(fd, name, &tmp); in do_sed_file()
|
/third_party/toybox/lib/ |
D | lib.h | 247 int copy_tempfile(int fdin, char *name, char **tempname);
|
D | lib.c | 739 int copy_tempfile(int fdin, char *name, char **tempname) in copy_tempfile() function
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 248 int copy_tempfile(int fdin, char *name, char **tempname);
|