Searched refs:mkstemp (Results 1 – 9 of 9) sorted by relevance
40 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()
53 int mkstemp(char* template_name) { in mkstemp() function130 fd = mkstemp(path); in init()
44 int tombstone_fd = mkstemp(tmp_file); in SetUp()48 tombstone_fd = mkstemp(tmp_file); in SetUp()
163 int tombstone_fd = mkstemp(tmp_file); in SetUp()167 tombstone_fd = mkstemp(tmp_file); in SetUp()
609 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
577 int fd = mkstemp(&path_template[0]); in make_temporary_fd()