Home
last modified time | relevance | path

Searched defs:stdin_pipe (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/test/
Dtest-pipe-close-stdout-read-stdin.c57 uv_pipe_t stdin_pipe; in TEST_IMPL() local
/third_party/libuv/docs/code/uvtee/
Dmain.c15 uv_pipe_t stdin_pipe; variable
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc306 int stdin_pipe[2]; in Start() local
/third_party/glib/glib/
Dgspawn-win32.c877 int stdin_pipe[2] = { -1, -1 }; in do_spawn_with_pipes() local
Dgspawn.c1971 gint stdin_pipe[2] = { -1, -1 }; in fork_exec_with_pipes() local
/third_party/glib/gio/
Dgsubprocess.c166 GOutputStream *stdin_pipe; member