Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dunix-streams.c48 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()
Dpollable.c156 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()
Dtest-pipe-unix.c76 *os = g_unix_output_stream_new (pipefd[1], TRUE); in test_pipe()
Dstream-rw_all.c171 out = g_unix_output_stream_new (sv[0], TRUE); in test_read_write_all_async_pipe()
Dgdbus-close-pending.c245 real_output_stream = g_unix_output_stream_new (fd_out, TRUE); in my_io_stream_new_for_fds()
/third_party/glib/gio/
Dgunixoutputstream.h71 GOutputStream * g_unix_output_stream_new (gint fd,
Dgunixoutputstream.c242 g_unix_output_stream_new (gint fd, in g_unix_output_stream_new() function
Dgsubprocess.c202 return g_unix_output_stream_new (fd, TRUE); in platform_output_stream_from_spawn_fd()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt992 g_unix_output_stream_new