Searched refs:pipe_res (Results 1 – 1 of 1) sorted by relevance
305 gboolean pipe_res; in test_once() local307 pipe_res = g_unix_open_pipe (f->server_to_client, FD_CLOEXEC, &f->error); in test_once()308 g_assert (pipe_res); in test_once()309 pipe_res = g_unix_open_pipe (f->client_to_server, FD_CLOEXEC, &f->error); in test_once()310 g_assert (pipe_res); in test_once()