Searched refs:file_handles_ (Results 1 – 3 of 3) sorted by relevance
263 file_handles_.clear();283 const int ref = file_handles_.size();284 file_handles_.push_back(handle.Get());293 const int ref = file_handles_.size();294 file_handles_.push_back(handle.Get());308 const int ref = file_handles_.size();309 file_handles_.push_back(handle.value());319 const int ref = file_handles_.size();320 file_handles_.push_back(handle.value());345 const int* FdArray() const { return file_handles_.data(); }[all …]
183 preamble.fd_count = file_handles_.size(); in Send()193 if (cred || !file_handles_.empty()) { in Send()194 const size_t fd_bytes = file_handles_.size() * sizeof(int); in Send()212 memcpy(CMSG_DATA(control), file_handles_.data(), fd_bytes); in Send()229 const int ref = file_handles_.size(); in PushFileHandle()230 file_handles_.push_back(handle.Get()); in PushFileHandle()240 const int ref = file_handles_.size(); in PushFileHandle()241 file_handles_.push_back(handle.Get()); in PushFileHandle()284 file_handles_.clear(); in Receive()305 file_handles_.reserve(preamble.fd_count); in Receive()[all …]
82 std::vector<int> file_handles_; variable104 std::vector<LocalHandle> file_handles_; variable