HomeSort by relevance Sort by last modified time
    Searched refs:fdin (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
30 if (pipe(fdin) < 0) {
35 cmd->in = fdin[1];
44 close_pair(fdin);
56 close_pair(fdin);
74 dup2(fdin[0], 0);
75 close_pair(fdin);
124 close_pair(fdin);
139 close(fdin[0]);
  /external/e2fsprogs/lib/ext2fs/
qcow2.c 129 static int qcow2_copy_data(int fdin, int fdout, ext2_off64_t off_in,
139 if (ext2fs_llseek(fdin, off_in, SEEK_SET) < 0)
142 size = read(fdin, buf, count);
  /external/libedit/src/
el.c 96 int fdin, int fdout, int fderr)
109 el->el_infd = fdin;
  /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 593 milliseconds