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 11 #if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE)
12 XLAT(SPLICE_F_MOVE),
  /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 60 #define SPLICE_F_MOVE 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 230 # define SPLICE_F_MOVE 1 /* Move pages instead of copying. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 245 # define SPLICE_F_MOVE 1 /* Move pages instead of copying. */
  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 187 base::kPageSize, SPLICE_F_MOVE);
207 base::kPageSize, SPLICE_F_MOVE | SPLICE_F_NONBLOCK);
  /external/fio/engines/
splice.c 122 ret = vmsplice(sd->pipe[0], &iov, 1, SPLICE_F_MOVE);
net.c 404 int ret = vmsplice(fd, &iov, 1, SPLICE_F_MOVE);
  /frameworks/base/core/java/android/os/
FileUtils.java 20 import static android.system.OsConstants.SPLICE_F_MOVE;
399 SPLICE_F_MOVE | SPLICE_F_MORE)) != 0) {
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 489 /** @hide */ public static final int SPLICE_F_MOVE = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 547 initConstant(env, c, "SPLICE_F_MOVE", SPLICE_F_MOVE);
    [all...]

Completed in 534 milliseconds