Searched refs:mkstemp (Results 1 – 11 of 11) sorted by relevance
37 int mkstemp(char* template_name) { in mkstemp() function107 fd = mkstemp(path); in init()
41 int fd = mkstemp(pattern); in ashmem_create_region()
159 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
51 tmp_fd.reset(mkstemp(path)); in WriteDropboxFile()
27 fd = mkstemp(filename); in create_tmp_file()
52 int tombstone_fd = mkstemp(tmp_file); in SetUp()56 tombstone_fd = mkstemp(tmp_file); in SetUp()
163 int tombstone_fd = mkstemp(tmp_file); in SetUp()167 tombstone_fd = mkstemp(tmp_file); in SetUp()
118 int fd = mkstemp(path); in IsXAttrSupported()
620 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
847 fd, flamegraph_path = tempfile.mkstemp()
569 int fd = mkstemp(&path_template[0]); in make_temporary_fd()