Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgsubprocess-testprog.c72 GIOChannel *chan_stdout; in cat_mode() local
82 chan_stdout = g_io_channel_unix_new (1); in cat_mode()
83 g_io_channel_set_encoding (chan_stdout, NULL, error); in cat_mode()
97 status = g_io_channel_write_chars (chan_stdout, buf, bytes_read, in cat_mode()
106 g_io_channel_unref (chan_stdout); in cat_mode()