Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_test_runner.cc155 int fromproc_pipe_fd[2]; in SpawnTestProgram() local
156 if (pipe(toproc_pipe_fd) < 0 || pipe(fromproc_pipe_fd) < 0) { in SpawnTestProgram()
170 CHECK_SYSCALL(close(fromproc_pipe_fd[1])); in SpawnTestProgram()
172 read_fd_ = fromproc_pipe_fd[0]; in SpawnTestProgram()
179 CHECK_SYSCALL(dup2(fromproc_pipe_fd[1], STDOUT_FILENO)); in SpawnTestProgram()
182 CHECK_SYSCALL(close(fromproc_pipe_fd[1])); in SpawnTestProgram()
184 CHECK_SYSCALL(close(fromproc_pipe_fd[0])); in SpawnTestProgram()