Searched refs:mkdtemp (Results 1 – 25 of 62) sorted by relevance
123
67 tmpdir = tempfile.mkdtemp(prefix=program + "-", suffix="-counting-pmc")71 tmpdir = tempfile.mkdtemp(prefix=program + "-", suffix="-sampling-pmc")
58 tmpdir = mkdtemp(template); in ATF_TC_BODY()135 tmpdir = mkdtemp(template); in ATF_TC_BODY()
80 ATF_REQUIRE_MSG(mkdtemp(template) != NULL, "mkdtemp failed"); in ATF_TC_BODY()
9 if (mkdtemp(dirname) != dirname) in main()
29 mkdtemp(char *path) in mkdtemp() function
54 dir = mkdtemp(template); in main()
55 GTEST_CHECK_(mkdtemp(pattern.data()) != nullptr); in MakeTempDir()
140 _temp_dir = tempfile.mkdtemp()
156 mkdtemp(char *path) in mkdtemp() function
149 char *mkdtemp(char *path);
303 os.chdir(tempfile.mkdtemp(prefix="visopts-"))
165 if (mkdtemp(name) == NULL) { in main()
92 mkdtemp(char *path) in mkdtemp() function
52 mkdtemp;
124 tmpdir = mkdtemp(template); in ATF_TC_BODY()
262 if (mkdtemp(temp_dir) == NULL) in main()
321 if (mkdtemp(temp_dir) == NULL) in main()
461 if (mkdtemp(temp_dir) == NULL) in main()
124 char* tmpdir = mkdtemp(tmpdir_template);
120 char* tmpdir = mkdtemp(tmpdir_template);
102 char* tmpdir = mkdtemp(tmpdir_template);
305 if (mkdtemp(directory_path) == NULL) in main()
194 if (mkdtemp(dirname) == NULL) in main()
274 if (mkdtemp(tmpdir) == NULL) in test_pidfile_relative()
196 char *mkdtemp(char *);