Searched refs:mkdtemp (Results 1 – 13 of 13) sorted by relevance
806 host_dir = tempfile.mkdtemp()831 host_dir = tempfile.mkdtemp()859 host_dir = tempfile.mkdtemp()892 host_dir = tempfile.mkdtemp()1011 host_dir = tempfile.mkdtemp()1042 host_dir = tempfile.mkdtemp()1074 host_dir = tempfile.mkdtemp()1102 host_dir = tempfile.mkdtemp()1127 host_dir = tempfile.mkdtemp()1161 host_dir = tempfile.mkdtemp()[all …]
178 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_container_files_")203 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")217 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
689 self.name = tempfile.mkdtemp()
59 char* dtemp = mkdtemp(buffer); in SetUp()
78 static char* mkdtemp(char* name_template, size_t size_in_chars) { in mkdtemp() function205 return (mkdtemp(path, sizeof(path)) != nullptr); in init()207 return (mkdtemp(path) != nullptr); in init()
51 temp_dir = tempfile.mkdtemp()
51 tmp_dir = tempfile.mkdtemp('-tzdata')
122 self._tempdir = tempfile.mkdtemp()
783 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()829 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()887 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()1012 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()1128 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
252 if (mkdtemp(&tempDirName[0]) == nullptr) { in deleteDir()
521 if (!mkdtemp(tempdir.data())) { in main()
711 const auto target = mkdtemp(new_entry.dir.data()); in fs_mgr_overlayfs_mount()
591 if (mkdtemp(&result[0]) == nullptr) { in make_temporary_directory()