Lines Matching refs:shutil
19 import shutil
96 shutil.copy(source, os.path.join(platform_installed_path, system_path))
129 shutil.copy2(os.path.join(source, filename),
132 shutil.copytree(source, os.path.join(platform_installed_path, dest), dirs_exist_ok=True)
134 shutil.copy2(source, os.path.join(platform_installed_path, dest))
220 shutil.rmtree(system_install_base_dir)
227 shutil.rmtree(vendor_install_base_dir)
233 shutil.rmtree(eng_system_install_base_dir)
239 shutil.rmtree(eng_chipset_install_base_dir)
245 shutil.rmtree(sys_prod_install_base_dir)
251 shutil.rmtree(chip_prod_install_base_dir)
257 shutil.rmtree(updater_install_base_dir)
263 shutil.rmtree(updater_vendor_install_base_dir)
269 shutil.rmtree(ramdisk_install_base_dir)