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

  /external/strace/xlat/
splice_flags.h 10 #if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE)
11 XLAT(SPLICE_F_MORE),
  /bionic/libc/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /development/ndk/platforms/android-L/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fcntl.h 59 #define SPLICE_F_MORE 4
  /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);
  /external/fio/engines/
splice.c 46 ret = splice(f->fd, &offset, sd->pipe[1], NULL, this_len, SPLICE_F_MORE);
105 flags = SPLICE_F_MORE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 240 # define SPLICE_F_MORE 4 /* Expect more data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 240 # define SPLICE_F_MORE 4 /* Expect more data. */

Completed in 694 milliseconds