Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/sched/
H A Dsched_test_utils.c611 char *full_filename = (char *)malloc(sizeof(char) * MAXPATHLEN); in begin_collect_trace_fmt() local
612 memset(full_filename, 0, MAXPATHLEN); in begin_collect_trace_fmt()
613 snprintf(full_filename, MAXPATHLEN, "%s/%s.atrc", dt_tmpdir(), handle->short_name); in begin_collect_trace_fmt()
614 handle->abs_filename = full_filename; in begin_collect_trace_fmt()