Home
last modified time | relevance | path

Searched defs:source_fds (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgsubprocesslauncher-private.h45 GArray *source_fds; /* GSubprocessLauncher has ownership of the FD elements */ member
/third_party/glib/glib/
Dgspawn.c872 const gint *source_fds, in g_spawn_async_with_pipes_and_fds()
1560 gint *source_fds, in do_exec()
1984 const gint *source_fds, in fork_exec()
Dgspawn-win32.c1260 const gint *source_fds, in g_spawn_async_with_pipes_and_fds()
/third_party/glib/glib/tests/
Dspawn-singlethread.c440 gint source_fds[n_fds]; in test_spawn_fd_assignment_clash() local