Searched refs:tmp_dir (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/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);
|
| H A D | sched_overloaded_runqueue.c | 264 const char *tmp_dir = dt_tmpdir(); variable 265 strlcpy(filepath_arr, tmp_dir, sizeof(filepath_arr));
|
| /xnu-10063.101.15/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()
|