Lines Matching refs:shutil
19 import shutil
35 shutil.rmtree(interface_target_path)
36 shutil.copytree(interface_path, interface_target_path, ignore=shutil.ignore_patterns('.git'))
40 shutil.rmtree(third_party_target_path)
44 shutil.copytree(parse5_path, parse5_target_path, ignore=shutil.ignore_patterns('.git'))
47 shutil.copytree(weex_loader_path, weex_loader_target_path, ignore=shutil.ignore_patterns('.git'))
51 shutil.rmtree(js2bundle_target_path)
54 shutil.copytree(js2bundle_path, js2bundle_target_path, True, ignore=shutil.ignore_patterns('.git'))
64 shutil.rmtree(target_i18n_path)
67 shutil.copytree(source_i18n_path, target_i18n_path, ignore=shutil.ignore_patterns('.git'))
71 shutil.rmtree(target_common_path)
74 shutil.copytree(source_common_path, target_common_path, ignore=shutil.ignore_patterns('.git'))
77 shutil.copyfile(
79 shutil.copyfile(
81 shutil.copyfile(
90 shutil.rmtree(target_build_dest_path)
91 shutil.copytree(target_build_path, target_build_dest_path)