Home
last modified time | relevance | path

Searched refs:xtempfile (Results 1 – 3 of 3) sorted by relevance

/external/toybox/lib/
Dlib.h144 int xtempfile(char *name, char **tempname);
Dxwrap.c420 int xtempfile(char *name, char **tempname) in xtempfile() function
Dlib.c739 int fd = xtempfile(name, tempname), ignored __attribute__((__unused__)); in copy_tempfile()