Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/
H A Dsched_test_utils.c563 char *full_filename = (char *)malloc(sizeof(char) * MAXPATHLEN); in begin_collect_trace_fmt() local
564 memset(full_filename, 0, MAXPATHLEN); in begin_collect_trace_fmt()
565 snprintf(full_filename, MAXPATHLEN, "%s/%s.atrc", dt_tmpdir(), handle->short_name); in begin_collect_trace_fmt()
566 handle->abs_filename = full_filename; in begin_collect_trace_fmt()