Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/sched/sched_test_harness/ !
H A Dsched_runqueue_harness.c98 static char _log_filepath[MAXPATHLEN]; variable
110 strcpy(_log_filepath, test_name); in init_harness_logging()
111 strcat(_log_filepath, "_test_log.txt"); in init_harness_logging()
112 dt_resultfile(_log_filepath, sizeof(_log_filepath)); in init_harness_logging()
113 _log = fopen(_log_filepath, "w+"); in init_harness_logging()
115 T_LOG("For debugging, see log of harness events in \"%s\"", _log_filepath); in init_harness_logging()