Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.h188 int pipe_fd; in Exec() local
189 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() argument
292 *pipe_fd = link[0]; in ForkAndExec()
300 int pipe_fd; in ForkAndExecAndWait() local
301 bool result = ForkAndExec(exec_argv, &pid, &pipe_fd, error_msg); in ForkAndExecAndWait()
303 close(pipe_fd); in ForkAndExecAndWait()