Searched refs:mkstemp (Results 1 – 10 of 10) sorted by relevance
35 int mkstemp(char* template_name) { in mkstemp() function87 fd = mkstemp(path); in init()
45 int fd = mkstemp(template); in ashmem_create_region()
152 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
23 fd = mkstemp(filename); in create_tmp_file()
114 int tombstone_fd = mkstemp(tmp_file); in SetUp()118 tombstone_fd = mkstemp(tmp_file); in SetUp()
57 int tombstone_fd = mkstemp(tmp_file); in SetUp()61 tombstone_fd = mkstemp(tmp_file); in SetUp()
118 int fd = mkstemp(path); in IsXAttrSupported()
615 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
129 fd = mkstemp(tempPath); in write_persistent_property()
208 fd, fname = tempfile.mkstemp(prefix='converter_')