Home
last modified time | relevance | path

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

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