Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtest-filter-redirector.c67 char sock_path1[] = "filter-redirector1.XXXXXX"; in test_redirector_tx() local
78 ret = mkstemp(sock_path1); in test_redirector_tx()
92 sock_path0, sock_path1, sock_path0); in test_redirector_tx()
94 recv_sock = unix_connect(sock_path1, NULL); in test_redirector_tx()
127 unlink(sock_path1); in test_redirector_tx()
137 char sock_path1[] = "filter-redirector1.XXXXXX"; in test_redirector_rx() local
148 ret = mkstemp(sock_path1); in test_redirector_rx()
162 sock_path0, sock_path1, sock_path0); in test_redirector_rx()
174 send_sock = unix_connect(sock_path1, NULL); in test_redirector_rx()
195 unlink(sock_path1); in test_redirector_rx()