Searched refs:target_fds (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/ |
D | gsubprocesslauncher.c | 168 self->target_fds = g_array_new (FALSE, 0, sizeof (int)); in g_subprocess_launcher_init() 616 if (self->source_fds != NULL && self->target_fds != NULL) in g_subprocess_launcher_take_fd() 619 g_array_append_val (self->target_fds, target_fd); in g_subprocess_launcher_take_fd() 661 g_assert (self->target_fds != NULL); in g_subprocess_launcher_close() 662 g_assert (self->source_fds->len == self->target_fds->len); in g_subprocess_launcher_close() 670 g_clear_pointer (&self->target_fds, g_array_unref); in g_subprocess_launcher_close()
|
D | gsubprocesslauncher-private.h | 46 …GArray *target_fds; /* always the same length as source_fds; elements are just integers and not F… member
|
D | gsubprocess.c | 404 … self->launcher ? (const gint *) self->launcher->target_fds->data : NULL, in initable_init()
|
/third_party/glib/glib/tests/ |
D | spawn-singlethread.c | 441 gint target_fds[n_fds]; in test_spawn_fd_assignment_clash() local 457 target_fds[i] = source + n_fds; in test_spawn_fd_assignment_clash() 461 target_fds[i] = tmp_fd + n_fds; in test_spawn_fd_assignment_clash() 466 g_test_message (" • %d → %d", source_fds[i], target_fds[i]); in test_spawn_fd_assignment_clash() 472 source_fds, target_fds, n_fds, in test_spawn_fd_assignment_clash()
|
/third_party/glib/glib/ |
D | gspawn.c | 192 const gint *target_fds, 873 const gint *target_fds, in g_spawn_async_with_pipes_and_fds() argument 916 target_fds, in g_spawn_async_with_pipes_and_fds() 1561 const gint *target_fds, in do_exec() argument 1698 if (source_fds[i] != target_fds[i]) in do_exec() 1703 if (source_fds[i] == target_fds[i]) in do_exec() 1709 if (target_fds[i] == child_err_report_fd) in do_exec() 1712 safe_dup2 (source_fds[i], target_fds[i]); in do_exec() 1985 const gint *target_fds, in fork_exec() argument 2249 target_fds, in fork_exec() [all …]
|
D | gspawn.h | 227 const gint *target_fds,
|
D | gspawn-win32.c | 1261 const gint *target_fds, in g_spawn_async_with_pipes_and_fds() argument
|