Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c383 #define TEST_SOCKET "test-io-channel-socket.sock" in test_io_channel_unix() macro
385 listen_addr->u.q_unix.path = g_strdup(TEST_SOCKET); in test_io_channel_unix()
388 connect_addr->u.q_unix.path = g_strdup(TEST_SOCKET); in test_io_channel_unix()
422 #define TEST_SOCKET "test-io-channel-socket.sock" in test_io_channel_unix_fd_pass() macro
432 listen_addr->u.q_unix.path = g_strdup(TEST_SOCKET); in test_io_channel_unix_fd_pass()
435 connect_addr->u.q_unix.path = g_strdup(TEST_SOCKET); in test_io_channel_unix_fd_pass()
495 unlink(TEST_SOCKET); in test_io_channel_unix_fd_pass()
511 #define TEST_SOCKET "test-io-channel-socket.sock" in test_io_channel_unix_listen_cleanup() macro
521 unlink(TEST_SOCKET); in test_io_channel_unix_listen_cleanup()
528 g_assert(g_file_test(TEST_SOCKET, G_FILE_TEST_EXISTS)); in test_io_channel_unix_listen_cleanup()
[all …]