Searched refs:g_unix_output_stream_new (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/gio/tests/ |
D | unix-streams.c | 48 out = g_unix_output_stream_new (writer_pipe[1], TRUE); in writer_thread() 294 out = g_unix_output_stream_new (reader_pipe[1], TRUE); in test_pipe_io() 340 os = G_UNIX_OUTPUT_STREAM (g_unix_output_stream_new (1, TRUE)); in test_basic() 439 os = G_UNIX_OUTPUT_STREAM (g_unix_output_stream_new (fd[1], TRUE)); in test_read_write() 491 os = G_UNIX_OUTPUT_STREAM (g_unix_output_stream_new (fd[1], TRUE)); in test_write_wouldblock() 571 os = G_UNIX_OUTPUT_STREAM (g_unix_output_stream_new (fd[1], TRUE)); in test_writev_wouldblock() 697 os = G_UNIX_OUTPUT_STREAM (g_unix_output_stream_new (fd[1], TRUE)); in test_write_async_wouldblock() 794 os = G_UNIX_OUTPUT_STREAM (g_unix_output_stream_new (fd[1], TRUE)); in test_writev_async_wouldblock()
|
D | pollable.c | 156 out = g_unix_output_stream_new (fd, FALSE); \ 177 out = g_unix_output_stream_new (pipefds[1], TRUE); in test_pollable_unix_pipe() 216 out = g_unix_output_stream_new (b, TRUE); in test_pollable_unix_pty() 293 out = g_unix_output_stream_new (pipefds[1], TRUE); in test_pollable_converter()
|
D | test-pipe-unix.c | 76 *os = g_unix_output_stream_new (pipefd[1], TRUE); in test_pipe()
|
D | stream-rw_all.c | 171 out = g_unix_output_stream_new (sv[0], TRUE); in test_read_write_all_async_pipe()
|
D | gdbus-close-pending.c | 245 real_output_stream = g_unix_output_stream_new (fd_out, TRUE); in my_io_stream_new_for_fds()
|
/third_party/glib/gio/ |
D | gunixoutputstream.h | 71 GOutputStream * g_unix_output_stream_new (gint fd,
|
D | gunixoutputstream.c | 242 g_unix_output_stream_new (gint fd, in g_unix_output_stream_new() function
|
D | gsubprocess.c | 202 return g_unix_output_stream_new (fd, TRUE); in platform_output_stream_from_spawn_fd()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 992 g_unix_output_stream_new
|