Searched defs:mkstemp (Results 1 - 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
H A Dmktemp.c59 mkstemp(char *path) function
/external/chromium/base/
H A Dfile_util_android.cc31 mkstemp(char *path) function
54 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
/external/libmtp/src/
H A Dplaylist-spl.c101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
103 # error Missing mkstemp() function.
136 int fd = mkstemp(tmpname);
190 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; // must be a var since mkstemp modifies it
195 int fd = mkstemp(tmpname);
/external/valgrind/main/coregrind/
H A Dm_libcfile.c629 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) function
653 VG_(printf)("VG_(mkstemp): trying: %s\n", buf);
659 VG_(umsg)("VG_(mkstemp): failed to create temp file: %s\n", buf);

Completed in 106 milliseconds