Home
last modified time | relevance | path

Searched defs:stdin_pipe (Results 1 – 9 of 9) 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/mesa3d/src/amd/compiler/tests/
Dmain.cpp175 int stdin_pipe[2]; in check_output() local
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_posix.cc150 Pipe stdin_pipe; in Exec() local
Dcommand_windows.cc153 Pipe stdin_pipe(false); in Exec() local
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc306 int stdin_pipe[2]; in Start() local
/third_party/glib/glib/
Dgspawn-win32.c568 int stdin_pipe[2] = { -1, -1 }; in fork_exec() local
Dgspawn.c2001 gint stdin_pipe[2] = { -1, -1 }; in fork_exec() local
/third_party/glib/gio/
Dgsubprocess.c166 GOutputStream *stdin_pipe; member