Searched refs:SPLICE_F_MORE (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | fcntl_test.cpp | 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 | 93 #define SPLICE_F_MORE 4 macro
|