Searched refs:mkdtemp (Results 1 – 6 of 6) sorted by relevance
47 char* mkdtemp(char* template_name) { in mkdtemp() function109 return (mkdtemp(path) != nullptr); in init()
761 host_dir = tempfile.mkdtemp()787 host_dir = tempfile.mkdtemp()813 host_dir = tempfile.mkdtemp()846 host_dir = tempfile.mkdtemp()936 host_dir = tempfile.mkdtemp()967 host_dir = tempfile.mkdtemp()999 host_dir = tempfile.mkdtemp()1027 host_dir = tempfile.mkdtemp()1051 host_dir = tempfile.mkdtemp()1085 host_dir = tempfile.mkdtemp()[all …]
59 char* dtemp = mkdtemp(buffer); in SetUp()
778 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()824 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()882 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()1007 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()1123 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
267 if (mkdtemp(&tempDirName[0]) == nullptr) { in deleteDir()
553 if (mkdtemp(&result[0]) == NULL) { in make_temporary_directory()