Searched refs:TEST_SOCKET (Results 1 – 1 of 1) sorted by relevance
383 #define TEST_SOCKET "test-io-channel-socket.sock" in test_io_channel_unix() macro385 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() macro432 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() macro521 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 …]