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

  /external/toybox/lib/
lib.h 193 void delete_tempfile(int fdin, int fdout, char **tempname);
lib.c 647 void delete_tempfile(int fdin, int fdout, char **tempname) function
  /external/toybox/toys/posix/
patch.c 105 delete_tempfile(TT.filein, TT.fileout, &TT.tempname);
  /external/toybox/toys/other/
bzcat.c 714 (err ? delete_tempfile : replace_tempfile)(-1, outfd, &tmp);

Completed in 164 milliseconds