Home
last modified time | relevance | path

Searched defs:pipe2 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpipe.cpp44 int pipe2(int pipefd[2], int flags) { in pipe2() function
/bionic/tests/
Dfcntl_test.cpp230 int pipe2[2]; in TEST() local