Searched refs:set_log_path_tmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-logging.c | 90 static void set_log_path_tmp(char const *dir, char const *tpl, Error **errp) in set_log_path_tmp() function 103 set_log_path_tmp(tmp_path, "qemu.log", &error_abort); in test_parse_path() 104 set_log_path_tmp(tmp_path, "qemu-%d.log", &error_abort); in test_parse_path() 105 set_log_path_tmp(tmp_path, "qemu.log.%d", &error_abort); in test_parse_path() 107 set_log_path_tmp(tmp_path, "qemu-%d%d.log", &err); in test_parse_path()
|