Home
last modified time | relevance | path

Searched refs:copy_tempfile (Results 1 – 6 of 6) sorted by relevance

/external/toybox/toys/other/
Ddos2unix.c39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile);
Dbzcat.c696 outfd = copy_tempfile(fd, name, &tmp); in do_bunzip2()
/external/toybox/toys/posix/
Dpatch.c400 else TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname); in patch_main()
Dsed.c642 TT.fdout = copy_tempfile(fd, name, &tmp); in do_sed_file()
/external/toybox/lib/
Dlib.h242 int copy_tempfile(int fdin, char *name, char **tempname);
Dlib.c736 int copy_tempfile(int fdin, char *name, char **tempname) in copy_tempfile() function