Searched refs:replace_tempfile (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/other/ |
D | dos2unix.c | 65 if (fd) replace_tempfile(-1, outfd, &TT.tempfile);
|
D | bzcat.c | 716 (err ? delete_tempfile : replace_tempfile)(-1, outfd, &tmp); in do_bunzip2()
|
/third_party/toybox/toys/posix/ |
D | patch.c | 88 if (TT.tempname) replace_tempfile(TT.filein, TT.fileout, &TT.tempname); in finish_oldfile()
|
D | sed.c | 674 replace_tempfile(-1, TT.fdout, &tmp); in do_sed_file()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 250 void replace_tempfile(int fdin, int fdout, char **tempname);
|
/third_party/toybox/lib/ |
D | lib.h | 249 void replace_tempfile(int fdin, int fdout, char **tempname);
|
D | lib.c | 773 void replace_tempfile(int fdin, int fdout, char **tempname) in replace_tempfile() function
|