Home
last modified time | relevance | path

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

/lk-master/tools/
A Dliblkboot.c134 int outpipe[2]; in start_dcc_subprocess() local
135 if (pipe(outpipe) != 0) in start_dcc_subprocess()
143 *fd_out = outpipe[1]; in start_dcc_subprocess()
151 dup2(outpipe[0], STDIN_FILENO); in start_dcc_subprocess()
152 close(outpipe[1]); in start_dcc_subprocess()
164 close(outpipe[0]); in start_dcc_subprocess()

Completed in 2 milliseconds