Searched refs:_log_filepath (Results 1 – 1 of 1) sorted by relevance
98 static char _log_filepath[MAXPATHLEN]; variable110 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()