Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/sched/
H A Dsched_test_utils.c378 char *full_filename = (char *)malloc(sizeof(char) * MAXPATHLEN); in begin_collect_trace_fmt() local
379 memset(full_filename, 0, MAXPATHLEN); in begin_collect_trace_fmt()
380 snprintf(full_filename, MAXPATHLEN, "%s/%s.atrc", dt_tmpdir(), handle->short_name); in begin_collect_trace_fmt()
381 handle->abs_filename = full_filename; in begin_collect_trace_fmt()