HomeSort by relevance Sort by last modified time
    Searched full:fdout (Results 1 - 25 of 42) sorted by null

1 2

  /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);
  /system/core/adb/
sysdeps_win32.c 872 int fdout; member in struct:BipBufferRec_
893 buffer->fdout = 0;
916 BIPD(( "bip_buffer_done: %d->%d\n", bip->fdin, bip->fdout ));
930 BIPD(( "bip_buffer_write: enter %d->%d len %d\n", bip->fdin, bip->fdout, len ));
946 D( "bip_buffer_write: error %d->%d WaitForSingleObject returned %d, error %ld\n", bip->fdin, bip->fdout, ret, GetLastError() );
956 BIPD(( "bip_buffer_write: exec %d->%d len %d\n", bip->fdin, bip->fdout, len ));
1005 bip->fdin, bip->fdout, count, bip->a_start, bip->a_end, bip->b_end, bip->can_write, bip->can_read ));
1019 BIPD(( "bip_buffer_read: enter %d->%d len %d\n", bip->fdin, bip->fdout, len ));
1039 D( "bip_buffer_read: error %d->%d WaitForSingleObject returned %d, error %ld\n", bip->fdin, bip->fdout, ret, GetLastError());
1050 BIPD(( "bip_buffer_read: exec %d->%d len %d\n", bip->fdin, bip->fdout, len ))
    [all...]
  /external/llvm/tools/llc/
llc.cpp 165 tool_output_file *FDOut = new tool_output_file(OutputFilename.c_str(), error,
169 delete FDOut;
173 return FDOut;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 107 fdout, ccout = tempfile.mkstemp()
108 os.close(fdout)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 107 fdout, ccout = tempfile.mkstemp()
108 os.close(fdout)
  /external/libedit/src/
el.c 96 int fdin, int fdout, int fderr)
110 el->el_outfd = fdout;
  /external/qemu/
qemu-char.c 737 int fd_out = qemu_opt_get_number(opts, "fdout",-1);
2510 int fdin, fdout; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
  /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/valgrind/main/coregrind/m_syswrap/
syswrap-mips64-linux.c 340 PRE_REG_READ4(long, "sys_tee", int, fdin, int, fdout, vki_size_t, len,
350 fdout, vki_loff_t, sizeout, vki_size_t, len, int, flags);
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/libedit/doc/
editline.3.roff 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
  /prebuilts/libs/libedit/share/man/man3/
editline.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_deletestr.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_end.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_get.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_getc.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_gets.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_history.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_history_end.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_history_init.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_init.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_insertstr.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"
el_line.3 83 .Fn el_init_fd "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" "int fdin" "int fdout" "int fderr"

Completed in 774 milliseconds

1 2