Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-close-pending.c37 # error This test is currently Unix-specific due to use of g_unix_open_pipe()
307 pipe_res = g_unix_open_pipe (f->server_to_client, FD_CLOEXEC, &f->error); in test_once()
309 pipe_res = g_unix_open_pipe (f->client_to_server, FD_CLOEXEC, &f->error); in test_once()
Dgsubprocess.c1716 g_unix_open_pipe (basic_pipefds, FD_CLOEXEC, error); in test_pass_fd()
1718 g_unix_open_pipe (needdup_pipefds, FD_CLOEXEC, error); in test_pass_fd()
/third_party/glib/glib/tests/
Dunix.c39 res = g_unix_open_pipe (pipefd, FD_CLOEXEC, &error); in test_pipe()
76 res = g_unix_open_pipe (pipefd, FD_CLOEXEC, &error); in test_nonblocking()
Dspawn-singlethread.c236 g_unix_open_pipe (test_pipe[j], FD_CLOEXEC, &error); in test_spawn_async_with_fds()
/third_party/glib/glib/
Dglib-unix.h60 gboolean g_unix_open_pipe (gint *fds,
Dgwakeup.c160 if (!g_unix_open_pipe (wakeup->fds, FD_CLOEXEC, &error)) in g_wakeup_new()
Dgspawn.c2015 if (!g_unix_open_pipe (stdin_pipe, pipe_flags, error)) in fork_exec()
2023 if (!g_unix_open_pipe (stdout_pipe, pipe_flags, error)) in fork_exec()
2031 if (!g_unix_open_pipe (stderr_pipe, pipe_flags, error)) in fork_exec()
2171 if (!g_unix_open_pipe (child_err_report_pipe, pipe_flags, error)) in fork_exec()
2174 if (intermediate_child && !g_unix_open_pipe (child_pid_report_pipe, pipe_flags, error)) in fork_exec()
Dglib-unix.c91 g_unix_open_pipe (int *fds, in g_unix_open_pipe() function
Dgtester.c306 if (!g_unix_open_pipe (report_pipe, FD_CLOEXEC, &error)) in launch_test_binary()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2513 g_unix_open_pipe
/third_party/glib/gio/
Dgfile.c3029 if (!g_unix_open_pipe (buffer, FD_CLOEXEC, error)) in splice_stream_with_progress()
/third_party/glib/
DNEWS6415 690069 g_unix_open_pipe: Add missing F_SETFD
8254 g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing