Searched refs:pipe_fd (Results 1 – 1 of 1) sorted by relevance
188 int pipe_fd; in Exec() local189 bool result = ForkAndExec(exec_argv, &pid, &pipe_fd, error_msg); in Exec()206 TEMP_FAILURE_RETRY(read(pipe_fd, &line[line_len], kLineMax - line_len)); in Exec()237 close(pipe_fd); in Exec()256 /*out*/ int* pipe_fd, in ForkAndExec() argument292 *pipe_fd = link[0]; in ForkAndExec()300 int pipe_fd; in ForkAndExecAndWait() local301 bool result = ForkAndExec(exec_argv, &pid, &pipe_fd, error_msg); in ForkAndExecAndWait()303 close(pipe_fd); in ForkAndExecAndWait()