Searched refs:delete_tempfile (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/toys/posix/ |
D | patch.c | 106 if (!FLAG(dry_run)) delete_tempfile(TT.filein, TT.fileout, &TT.tempname); in fail_hunk()
|
/third_party/toybox/lib/ |
D | lib.h | 257 void delete_tempfile(int fdin, int fdout, char **tempname);
|
D | lib.c | 785 void delete_tempfile(int fdin, int fdout, char **tempname) in delete_tempfile() function
|
/third_party/toybox/toys/other/ |
D | bzcat.c | 716 (err ? delete_tempfile : replace_tempfile)(-1, outfd, &tmp); in do_bunzip2()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 249 void delete_tempfile(int fdin, int fdout, char **tempname);
|