Home
last modified time | relevance | path

Searched refs:fds_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dunix_sockets.cpp49 message.fds_.push_back(fd); in FromRaw()
65 message.fds_.push_back(fd_copy); in FromFileDescriptors()
90 fds_ = std::move(existing.fds_); in ControlMessage()
91 existing.fds_.clear(); in ControlMessage()
99 fds_ = std::move(existing.fds_); in operator =()
100 existing.fds_.clear(); in operator =()
105 for (const auto& fd : fds_) { in ~ControlMessage()
Dunix_sockets.h58 std::vector<int> fds_; member