Searched refs:SPLICE_F_MOVE (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | fcntl_test.cpp | 188 …ze_t bytes_read = splice(in, nullptr, pipe_fds[1], nullptr, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE); in TEST() 191 …_written = splice(pipe_fds[0], nullptr, tf.fd, nullptr, bytes_read, SPLICE_F_MORE | SPLICE_F_MOVE); 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 | 89 #define SPLICE_F_MOVE 1 macro
|