Searched refs:SPLICE_F_MOVE (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dfcntl.h57 #define SPLICE_F_MOVE 1 macro
/bionic/tests/
H A Dfcntl_test.cpp166 ssize_t bytes_read = splice(in, 0, pipe_fds[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);
169 ssize_t bytes_written = splice(pipe_fds[0], NULL, tf.fd, 0, bytes_read, SPLICE_F_MORE | SPLICE_F_MOVE);
215 ssize_t bytes_read = splice(in, 0, pipe1[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);

Completed in 44 milliseconds