Searched refs:mkdtemp (Results 1 – 7 of 7) sorted by relevance
45 char* mkdtemp(char* template_name) { in mkdtemp() function101 return (mkdtemp(path) != nullptr); in init()
682 host_dir = tempfile.mkdtemp()708 host_dir = tempfile.mkdtemp()737 host_dir = tempfile.mkdtemp()826 host_dir = tempfile.mkdtemp()857 host_dir = tempfile.mkdtemp()889 host_dir = tempfile.mkdtemp()917 host_dir = tempfile.mkdtemp()941 host_dir = tempfile.mkdtemp()975 host_dir = tempfile.mkdtemp()991 host_dir = tempfile.mkdtemp()[all …]
63 char *dtemp = mkdtemp(buffer); in SetUp()
140 if (mkdtemp(&tempDirName[0]) == nullptr) { in deleteDir()
554 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()598 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()651 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
638 char* return_code = mkdtemp(buf.data()); in MakeTempDirectory()
534 if (mkdtemp(&result[0]) == NULL) { in make_temporary_directory()