Searched refs:tee (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 166 ssize_t tee(int __in_fd, int __out_fd, size_t __length, unsigned int __flags) __INTRODUCED_IN(21);
|
/bionic/tests/ |
D | fcntl_test.cpp | 220 TEST(fcntl, tee) { in TEST() argument 242 ssize_t bytes_teed = tee(pipe1[0], pipe2[1], SIZE_MAX, 0); in TEST()
|
/bionic/docs/ |
D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 307 ssize_t tee(int, int, size_t, unsigned int) all
|
D | libc.map.txt | 1073 tee; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1073 tee; # introduced=21
|