Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgtestdbus.c606 gint stdout_fd2; in start_daemon() local
643 stdout_fd2 = dup (self->priv->bus_stdout_fd); in start_daemon()
644 g_assert_cmpint (stdout_fd2, >=, 0); in start_daemon()
645 channel = g_io_channel_unix_new (stdout_fd2); in start_daemon()