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.cc263 int fromproc_pipe_fd[2]; in SpawnTestProgram() local
264 if (pipe(toproc_pipe_fd) < 0 || pipe(fromproc_pipe_fd) < 0) { in SpawnTestProgram()
278 CHECK_SYSCALL(close(fromproc_pipe_fd[1])); in SpawnTestProgram()
280 read_fd_ = fromproc_pipe_fd[0]; in SpawnTestProgram()
287 CHECK_SYSCALL(dup2(fromproc_pipe_fd[1], STDOUT_FILENO)); in SpawnTestProgram()
290 CHECK_SYSCALL(close(fromproc_pipe_fd[1])); in SpawnTestProgram()
292 CHECK_SYSCALL(close(fromproc_pipe_fd[0])); in SpawnTestProgram()