Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-close-pending.c305 gboolean pipe_res; in test_once() local
307 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()