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.cc262 int toproc_pipe_fd[2]; in SpawnTestProgram() local
264 if (pipe(toproc_pipe_fd) < 0 || pipe(fromproc_pipe_fd) < 0) { in SpawnTestProgram()
277 CHECK_SYSCALL(close(toproc_pipe_fd[0])); in SpawnTestProgram()
279 write_fd_ = toproc_pipe_fd[1]; in SpawnTestProgram()
286 CHECK_SYSCALL(dup2(toproc_pipe_fd[0], STDIN_FILENO)); in SpawnTestProgram()
289 CHECK_SYSCALL(close(toproc_pipe_fd[0])); in SpawnTestProgram()
291 CHECK_SYSCALL(close(toproc_pipe_fd[1])); in SpawnTestProgram()