Searched refs:tmp_dir (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/tests/ |
| H A D | shared_cache_tests.c | 22 char *tmp_dir = (char *) dt_tmpdir(); 23 T_QUIET; T_ASSERT_NOTNULL(tmp_dir, "darwintest created tmp dir"); 25 …ache_update_cmd[] = { "/usr/bin/update_dyld_shared_cache", "-debug", "-cache_dir", tmp_dir, NULL };
|
| H A D | fcntl.c | 25 const char * tmp_dir = dt_tmpdir(); variable 27 sprintf(tmp_file_name, "%s/foo", tmp_dir);
|
| /xnu-11215/tools/kt-dump/ |
| H A D | kt-dump.cpp | 667 char *tmp_dir = mkdtemp(tmp_tpl); in do_file() local 669 if (tmp_dir == NULL) { in do_file() 674 std::filesystem::path compressed_kc{tmp_dir}; in do_file() 675 std::filesystem::path uncompressed_kc{tmp_dir}; in do_file() 714 removefile(tmp_dir, s, REMOVEFILE_RECURSIVE); in do_file()
|
| /xnu-11215/tests/sched/ |
| H A D | overloaded_runqueue.c | 270 const char *tmp_dir = dt_tmpdir(); variable 271 strlcpy(filepath_arr, tmp_dir, sizeof(filepath_arr));
|
| /xnu-11215/tests/vm/ |
| H A D | vm_ranges.c | 701 char const * tmp_dir = dt_tmpdir(); variable 702 snprintf(_filepath, MAXPATHLEN, "%s/maplargefile.XXXXXX", tmp_dir);
|
| H A D | neural_footprint.c | 444 char const *tmp_dir = dt_tmpdir(); variable 448 snprintf(filepath, sizeof(filepath), "%s/file.XXXXXX", tmp_dir);
|