Searched refs:pipe2 (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | fcntl_test.cpp | 237 int pipe2[2]; in TEST() local 238 ASSERT_EQ(0, pipe(pipe2)); in TEST() 249 ssize_t bytes_teed = tee(pipe1[0], pipe2[1], SIZE_MAX, 0); in TEST() 251 close(pipe2[1]); in TEST() 261 FILE* fp2 = fdopen(pipe2[0], "r"); in TEST()
|
D | fdtrack_test.cpp | 276 FDTRACK_TEST(pipe2, ({ 278 if (pipe2(fds.data(), O_CLOEXEC) != 0) {
|
/bionic/libc/bionic/ |
D | pipe.cpp | 44 int pipe2(int pipefd[2], int flags) { in pipe2() function
|
/bionic/libc/include/ |
D | unistd.h | 265 int pipe2(int __fds[_Nonnull 2], int __flags);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_065.S | 148 CALL(pipe2)
|
D | liblinker_reloc_bench_095.S | 105 CALL(pipe2)
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1191 if (pipe2(fds, O_CLOEXEC) == -1) return nullptr; in popen()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 138 int __pipe2:pipe2(int*, int) all
|
D | libc.map.txt | 728 pipe2;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 728 pipe2;
|