Searched refs:SPLICE_F_MOVE (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | fcntl_test.cpp | 175 ssize_t bytes_read = splice(in, 0, pipe_fds[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE); in TEST() 178 …e_t bytes_written = splice(pipe_fds[0], NULL, tf.fd, 0, bytes_read, SPLICE_F_MORE | SPLICE_F_MOVE); in TEST() 224 ssize_t bytes_read = splice(in, 0, pipe1[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE); in TEST()
|
/bionic/libc/include/ |
D | fcntl.h | 59 #define SPLICE_F_MOVE 1 macro
|