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

  /external/chromium_org/v8/tools/
android-run.py 50 (fd_out, outname) = tempfile.mkstemp()
55 stdout=fd_out,
59 os.close(fd_out)
nacl-run.py 45 (fd_out, outname) = tempfile.mkstemp()
50 stdout=fd_out,
54 os.close(fd_out)
  /external/chromium_org/v8/tools/testrunner/local/
commands.py 133 (fd_out, outname) = tempfile.mkstemp()
139 stdout=fd_out,
144 # fd_out|err can lead to reference errors here.
145 os.close(fd_out)
  /external/chromium_org/tools/android/file_poller/
file_poller.cc 47 void transfer_to_fd(int fd_in, int fd_out) {
51 safe_write(fd_out, buffer, n);
76 void transfer_measurement(int fd_in, int fd_out, bool last) {
81 safe_write(fd_out, buffer, n - 1);
82 safe_write(fd_out, last ? "\n" : " ", 1);
  /external/qemu/
qemu-char.c 601 int fd_in, fd_out; member in struct:__anon34681
611 return send_all(s->fd_out, buf, len);
676 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out)
684 s->fd_out = fd_out;
697 int fd_out; local
699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"),
701 if (fd_out < 0)
703 return qemu_chr_open_fd(-1, fd_out);
708 int fd_in, fd_out; local
737 int fd_out = qemu_opt_get_number(opts, "fdout",-1); local
1852 HANDLE fd_out; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 4765 int fd_out = -1; member in namespace:test98
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 3871 milliseconds