Lines Matching full:target_dir
758 target_dir = os.path.join(install_dir, self.name)759 if os.path.exists(target_dir):760 shutil.rmtree(target_dir)761 os.rename(extracted_dir, target_dir)