Searched refs:open_fd_map_ (Results 1 – 2 of 2) sorted by relevance
518 for (it = open_fd_map_.begin(); it != open_fd_map_.end(); ++it) { in ReopenOrDetach()530 : open_fd_map_(map) { in FileDescriptorTable()541 std::unordered_map<int, FileDescriptorInfo*>::iterator it = open_fd_map_.begin(); in RestatInternal()542 while (it != open_fd_map_.end()) { in RestatInternal()552 it = open_fd_map_.erase(it); in RestatInternal()586 open_fd_map_[fd] = FileDescriptorInfo::CreateFromFd(fd, fail_fn); in RestatInternal()
99 std::unordered_map<int, FileDescriptorInfo*> open_fd_map_; variable