Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpipe.cpp31 int pipe(int pipefd[2]) { in pipe()
32 return pipe2(pipefd, 0); in pipe()
/bionic/tests/
Ddlext_test.cpp331 int pipefd[2]; in TEST_F() local
332 ASSERT_NOERROR(pipe(pipefd)); in TEST_F()