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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
run-command.c 21 int fdin[2], fdout[2], fderr[2]; local
42 if (pipe(fdout) < 0) {
49 cmd->out = fdout[0];
60 close_pair(fdout);
93 dup2(fdout[1], 1);
94 close_pair(fdout);
128 close_pair(fdout);
144 close(fdout[1]);
  /external/e2fsprogs/lib/ext2fs/
qcow2.c 129 static int qcow2_copy_data(int fdin, int fdout, ext2_off64_t off_in,
136 if (ext2fs_llseek(fdout, off_out, SEEK_SET) < 0)
146 size = write(fdout, buf, count);
  /external/libedit/src/
el.c 96 int fdin, int fdout, int fderr)
110 el->el_outfd = fdout;
  /external/fio/engines/
net.c 253 static int splice_io_u(int fdin, int fdout, unsigned int len)
258 int ret = splice(fdin, NULL, fdout, NULL, len, 0);
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 645 milliseconds