Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
Dmsvc.h140 extern int mkstemp(char* t);
/hardware/google/gfxstream/guest/mesa/src/util/
Danon_file.c82 fd = mkstemp(tmpname); in create_tmpfile_cloexec()
/hardware/google/aemu/base/
Dmsvc.cpp28 int mkstemp(char* t) { in mkstemp() function
/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.cpp1817 const int dump_fd = mkstemp(makeCharVec(file_path_raw).data()); in writeRingbufferFilesInternal()