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