Lines Matching refs:dest_dir
57 dest_dir = os.path.join(package_output_dir, origin_part_name)
58 if os.path.exists(dest_dir):
59 shutil.rmtree(dest_dir)
60 shutil.copytree(_variant_dir, dest_dir)
83 dest_dir = os.path.join(package_output_dir, origin_part_name)
84 if os.path.exists(dest_dir):
85 shutil.rmtree(dest_dir)
86 shutil.copytree(_variant_dir, dest_dir)
114 dest_dir = os.path.join(package_output_dir, origin_part_name)
115 if os.path.exists(dest_dir):
116 shutil.rmtree(dest_dir)
117 shutil.copytree(_variant_dir, dest_dir)