Searched refs:replace_it (Results 1 – 4 of 4) 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
376 auto replace_it = mount_point_mapping_.find(it->second); in AddRootsForBlockDevice() local377 if (replace_it != mount_point_mapping_.end()) { in AddRootsForBlockDevice()378 roots->insert(roots->end(), replace_it->second.cbegin(), in AddRootsForBlockDevice()379 replace_it->second.cend()); in AddRootsForBlockDevice()
48 self.make_button("Replace", self.replace_it)55 def replace_it(self, event=None): member in ReplaceDialog
89 self.make_button("Replace", self.replace_it)97 def replace_it(self, event=None): member in ReplaceDialog