Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_test_runner.cc154 int toproc_pipe_fd[2]; in SpawnTestProgram() local
156 if (pipe(toproc_pipe_fd) < 0 || pipe(fromproc_pipe_fd) < 0) { in SpawnTestProgram()
169 CHECK_SYSCALL(close(toproc_pipe_fd[0])); in SpawnTestProgram()
171 write_fd_ = toproc_pipe_fd[1]; in SpawnTestProgram()
178 CHECK_SYSCALL(dup2(toproc_pipe_fd[0], STDIN_FILENO)); in SpawnTestProgram()
181 CHECK_SYSCALL(close(toproc_pipe_fd[0])); in SpawnTestProgram()
183 CHECK_SYSCALL(close(toproc_pipe_fd[1])); in SpawnTestProgram()