OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mkstemps
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
lfs64_support.cpp
30
return
mkstemps
(path, suffix_length);
/external/openssh/openbsd-compat/
mktemp.c
127
mkstemps
(char *path, int slen)
function
openbsd-compat.h
113
int
mkstemps
(char *path, int slen);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c
151
mkstemps
(char *path, int slen)
function
/bionic/libc/include/
stdlib.h
73
int
mkstemps
(char* __template, int __flags);
/external/tensorflow/tensorflow/core/lib/io/
path.cc
264
// UniqueId is added here because
mkstemps
is not as thread safe as it
273
fd =
mkstemps
(&tmp_filepath[0], extension.length() + 1);
Completed in 1020 milliseconds