Searched refs:replace_it (Results 1 – 3 of 3) sorted by relevance
66 replace = self.dialog.replace_it130 replace = self.dialog.replace_it159 replace = self.dialog.replace_it173 replace = self.dialog.replace_it192 replace = self.dialog.replace_it233 replace = self.dialog.replace_it
377 auto replace_it = mount_point_mapping_.find(it->second); in AddRootsForBlockDevice() local378 if (replace_it != mount_point_mapping_.end()) { in AddRootsForBlockDevice()379 roots->insert(roots->end(), replace_it->second.cbegin(), in AddRootsForBlockDevice()380 replace_it->second.cend()); in AddRootsForBlockDevice()
82 self.make_button("Replace", self.replace_it)90 def replace_it(self, event=None): member in ReplaceDialog