HomeSort by relevance Sort by last modified time
    Searched defs:fd_ (Results 51 - 52 of 52) sorted by null

1 23

  /art/runtime/hprof/
hprof.cc 371 fd_(fd),
451 if (fd_ >= 0) {
452 out_fd = dup(fd_);
454 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno));
658 int fd_; member in class:art::hprof::Hprof
    [all...]
  /external/chromium_org/chrome/app/
breakpad_linux.cc 290 IGNORE_RET(sys_writev(fd_, iov_, iov_index_));
306 int fd_; member in class:__anon6584::MimeWriter
315 fd_(fd),
    [all...]

Completed in 560 milliseconds

1 23