Home
last modified time | relevance | path

Searched refs:SPLICE_F_MORE (Results 1 – 2 of 2) sorted by relevance

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