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

  /external/strace/xlat/
splice_flags.h 17 #if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE)
18 XLAT(SPLICE_F_MORE),
  /bionic/tests/
fcntl_test.cpp 177 ssize_t bytes_read = splice(in, 0, pipe_fds[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);
180 ssize_t bytes_written = splice(pipe_fds[0], NULL, tf.fd, 0, bytes_read, SPLICE_F_MORE | SPLICE_F_MOVE);
226 ssize_t bytes_read = splice(in, 0, pipe1[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);
  /bionic/libc/include/
fcntl.h 62 #define SPLICE_F_MORE 4
  /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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 234 # define SPLICE_F_MORE 4 /* Expect more data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 249 # define SPLICE_F_MORE 4 /* Expect more data. */
  /frameworks/base/core/java/android/os/
FileUtils.java 19 import static android.system.OsConstants.SPLICE_F_MORE;
399 SPLICE_F_MOVE | SPLICE_F_MORE)) != 0) {
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 491 /** @hide */ public static final int SPLICE_F_MORE = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 549 initConstant(env, c, "SPLICE_F_MORE", SPLICE_F_MORE);
    [all...]

Completed in 97 milliseconds