HomeSort by relevance Sort by last modified time
    Searched refs:SPLICE_F_MOVE (Results 1 - 11 of 11) sorted by null

  /external/strace/xlat/
splice_flags.h 4 #if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE)
5 XLAT(SPLICE_F_MOVE),
  /bionic/libc/include/
fcntl.h 57 #define SPLICE_F_MOVE 1
  /development/ndk/platforms/android-L/include/
fcntl.h 57 #define SPLICE_F_MOVE 1
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
fcntl.h 57 #define SPLICE_F_MOVE 1
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
fcntl.h 57 #define SPLICE_F_MOVE 1
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
fcntl.h 57 #define SPLICE_F_MOVE 1
  /bionic/tests/
fcntl_test.cpp 166 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 236 # define SPLICE_F_MOVE 1 /* Move pages instead of copying. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 236 # define SPLICE_F_MOVE 1 /* Move pages instead of copying. */
  /external/fio/engines/
splice.c 122 ret = vmsplice(sd->pipe[0], &iov, 1, SPLICE_F_MOVE);
net.c 305 int ret = vmsplice(fd, &iov, 1, SPLICE_F_MOVE);

Completed in 392 milliseconds