Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dlibqtest.c447 static char *qtest_socket_path(const char *suffix) in qtest_spawn_qemu()
454 g_autofree gchar *socket_path = qtest_socket_path("sock"); in qtest_spawn_qemu()
455 g_autofree gchar *qmp_socket_path = qtest_socket_path("qmp"); in qtest_spawn_qemu()
494 g_autofree gchar *socket_path = qtest_socket_path("sock"); in qtest_init_internal()
495 g_autofree gchar *qmp_socket_path = qtest_socket_path("qmp"); in qtest_init_internal()
548 g_autofree gchar *socket_path = qtest_socket_path("sock"); in qtest_connect()
549 g_autofree gchar *qmp_socket_path = qtest_socket_path("qmp"); in qtest_connect()
464 static char *qtest_socket_path(const char *suffix) qtest_socket_path() function