Home
last modified time | relevance | path

Searched refs:tmp_dir (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/tests/
H A Dshared_cache_tests.c22 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 Dfcntl.c25 const char * tmp_dir = dt_tmpdir(); variable
27 sprintf(tmp_file_name, "%s/foo", tmp_dir);
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp667 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 Doverloaded_runqueue.c270 const char *tmp_dir = dt_tmpdir(); variable
271 strlcpy(filepath_arr, tmp_dir, sizeof(filepath_arr));
/xnu-11215/tests/vm/
H A Dvm_ranges.c701 char const * tmp_dir = dt_tmpdir(); variable
702 snprintf(_filepath, MAXPATHLEN, "%s/maplargefile.XXXXXX", tmp_dir);
H A Dneural_footprint.c444 char const *tmp_dir = dt_tmpdir(); variable
448 snprintf(filepath, sizeof(filepath), "%s/file.XXXXXX", tmp_dir);