Searched refs:splice (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | fcntl_test.cpp | 179 TEST(fcntl, splice) { in TEST() argument 188 …ssize_t bytes_read = splice(in, nullptr, pipe_fds[1], nullptr, 8*1024, SPLICE_F_MORE | SPLICE_F_MO… in TEST() 191 …ssize_t bytes_written = splice(pipe_fds[0], nullptr, tf.fd, nullptr, bytes_read, SPLICE_F_MORE | S… in TEST() 237 …ssize_t bytes_read = splice(in, nullptr, pipe1[1], nullptr, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE); in TEST()
|
/bionic/libc/include/ |
D | fcntl.h | 152 ssize_t splice(int __in_fd, off64_t* __in_offset, int __out_fd, off64_t* __out_offset, size_t __len…
|
/bionic/docs/ |
D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 308 ssize_t splice(int, off64_t*, int, off64_t*, size_t, unsigned int) all
|
D | libc.map.txt | 980 splice; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 980 splice; # introduced=21
|