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

  /external/chromium_org/base/debug/
debugger_posix.cc 132 int status_fd = open("/proc/self/status", O_RDONLY);
133 if (status_fd == -1)
141 ssize_t num_read = HANDLE_EINTR(read(status_fd, buf, sizeof(buf)));
142 if (IGNORE_EINTR(close(status_fd)) < 0)
  /external/chromium_org/dbus/
message_unittest.cc 152 int status_fd = HANDLE_EINTR(fstat(fd_value.value(), &sb_fd)); local
153 ASSERT_GE(status_fd, 0);

Completed in 46 milliseconds