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

  /external/qemu/
qemu-char-android.c 542 int fd_in, fd_out; member in struct:__anon4798
552 return send_all(s->fd_out, buf, len);
615 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out)
623 s->fd_out = fd_out;
636 int fd_out; local
638 TFR(fd_out = open(file_out, O_WRONLY | O_TRUNC | O_CREAT | O_BINARY, 0666));
639 if (fd_out < 0)
641 return qemu_chr_open_fd(-1, fd_out);
646 int fd_in, fd_out; local
667 int fd_in, fd_out; local
1723 HANDLE fd_out; local
    [all...]
qemu-char.c 530 int fd_in, fd_out; member in struct:__anon4805
540 return send_all(s->fd_out, buf, len);
603 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out)
611 s->fd_out = fd_out;
624 int fd_out; local
626 TFR(fd_out = open(file_out, O_WRONLY | O_TRUNC | O_CREAT | O_BINARY, 0666));
627 if (fd_out < 0)
629 return qemu_chr_open_fd(-1, fd_out);
634 int fd_in, fd_out; local
1690 HANDLE fd_out; local
    [all...]
  /external/v8/tools/
test.py 499 (fd_out, outname) = tempfile.mkstemp()
505 stdout = fd_out,
508 os.close(fd_out)
    [all...]

Completed in 26 milliseconds