Home
last modified time | relevance | path

Searched refs:copy_tempfile (Results 1 - 7 of 7) sorted by relevance

/third_party/toybox/toys/other/
H A Ddos2unix.c39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile); in do_dos2unix()
H A Dbzcat.c696 outfd = copy_tempfile(fd, name, &tmp); in do_bunzip2()
/third_party/toybox/toys/posix/
H A Dpatch.c427 else TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname); in patch_main()
H A Dsed.c661 TT.fdout = copy_tempfile(fd, name, &tmp); in do_sed_file()
/third_party/toybox/lib/
H A Dlib.h257 int copy_tempfile(int fdin, char *name, char **tempname);
H A Dlib.c782 int copy_tempfile(int fdin, char *name, char **tempname) in copy_tempfile() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h248 int copy_tempfile(int fdin, char *name, char **tempname);

Completed in 8 milliseconds