Home
last modified time | relevance | path

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

/bionic/tests/
Dfcntl_test.cpp188 …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/
Dfcntl.h89 #define SPLICE_F_MOVE 1 macro