Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.c3263 GIOChannel *stdout_io; member
3275 if (data->child_status != -1 && data->stdout_io == NULL && data->stderr_io == NULL) in check_complete()
3319 if (io == data->stdout_io) in child_read()
3320 g_clear_pointer (&data->stdout_io, g_io_channel_unref); in child_read()
3330 if (io == data->stdout_io) in child_read()
3382 data.stdout_io = g_io_channel_unix_new (stdout_fd); in wait_for_child()
3383 g_io_channel_set_close_on_unref (data.stdout_io, TRUE); in wait_for_child()
3384 g_io_channel_set_encoding (data.stdout_io, NULL, NULL); in wait_for_child()
3385 g_io_channel_set_buffered (data.stdout_io, FALSE); in wait_for_child()
3386 source = g_io_create_watch (data.stdout_io, G_IO_IN | G_IO_ERR | G_IO_HUP); in wait_for_child()
[all …]