Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-logging.c113 FILE *logfile0, *logfile1; in test_logfile_write() local
133 logfile0 = qemu_log_trylock(); in test_logfile_write()
134 g_assert(logfile0); in test_logfile_write()
135 fprintf(logfile0, "%s 1st write to file\n", __func__); in test_logfile_write()
136 fflush(logfile0); in test_logfile_write()
142 g_assert(logfile0 != logfile1); in test_logfile_write()
143 fprintf(logfile0, "%s 2nd write to file\n", __func__); in test_logfile_write()
144 fflush(logfile0); in test_logfile_write()
145 qemu_log_unlock(logfile0); in test_logfile_write()