HomeSort by relevance Sort by last modified time
    Searched refs:fd_ (Results 26 - 31 of 31) sorted by null

12

  /bionic/libc/bionic/
libc_logging.cpp 100 FdOutputStream(int fd) : total(0), fd_(fd) {
109 int rc = TEMP_FAILURE_RETRY(write(fd_, data, len));
122 int fd_; member in struct:FdOutputStream
  /external/chromium/net/tools/flip_server/
epoll_server.h 824 fd_(fd), mask_(mask), function_(function) {}
832 int fd_; member in class:net::EpollServer::EventRecorder::FDMaskOutput
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 1014 ShmMutex() : fd_(-1) { }
1016 CHECK(fd_ == -1);
1017 fd_ = fd;
1027 CHECK(fd_ >= 0);
1028 while (lockf(fd_, lock ? F_LOCK : F_ULOCK, 0) < 0) {
1040 int fd_;
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 881 FileDispatcher(int fd, PhysicalSocketServer *ss) : ss_(ss), fd_(fd) {
886 fcntl(fd_, F_SETFL, fcntl(fd_, F_GETFL, 0) | O_NONBLOCK);
896 return fd_;
937 int fd_;
    [all...]
  /external/v8/src/
d8-posix.cc 176 explicit OpenFDCloser(int fd): fd_(fd) { }
177 ~OpenFDCloser() { close(fd_); }
179 int fd_; member in class:v8::OpenFDCloser
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 860 milliseconds

12