HomeSort by relevance Sort by last modified time
    Searched refs:copy_tempfile (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
dos2unix.c 39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile);
bzcat.c 696 outfd = copy_tempfile(fd, name, &tmp);
  /external/toybox/toys/posix/
patch.c 409 else TT.fileout = copy_tempfile(TT.filein, name, &TT.tempname);
sed.c 637 TT.fdout = copy_tempfile(fd, name, &tmp);
    [all...]
  /external/toybox/lib/
lib.h 219 int copy_tempfile(int fdin, char *name, char **tempname);
lib.c 657 int copy_tempfile(int fdin, char *name, char **tempname) function

Completed in 106 milliseconds