Home
last modified time | relevance | path

Searched refs:shutil (Results 1 - 12 of 12) sorted by relevance

/base/update/packaging_tools/test/
H A Dtest_build_update.py17 import shutil namespace
66 shutil.rmtree("./output_test")
93 shutil.rmtree("./output_test")
121 shutil.rmtree("./output_test")
144 shutil.rmtree("./output_test")
169 shutil.rmtree("./output_test")
186 shutil.rmtree(output)
196 shutil.rmtree("./output_test")
304 shutil.rmtree("./output_test")
329 shutil
[all...]
H A Dcreate_package_data.py17 import shutil namespace
196 shutil.rmtree("./%s" % package_name)
/base/hiviewdfx/hiview/build/
H A Dcopy_plugin_config.py18 import shutil namespace
25 shutil.copy2(src, dst)
/base/update/updater/services/script/
H A Dgenerate_yacc.py18 import shutil namespace
40 shutil.copy2("/usr/include/FlexLexer.h", flexlexer_file)
/base/web/webview/
H A Dcopy_files.py19 import shutil namespace
37 shutil.rmtree(dst_dir)
40 shutil.copytree(src_dir, dst_dir)
56 shutil.copy2(src_file, dst_file)
84 shutil.rmtree(dst_dir)
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dsystem_util.py25 import shutil namespace
67 shutil.move(name, bak_name)
H A Dfile_parser.py22 import shutil namespace
/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py23 import shutil namespace
218 shutil.copyfile(contexts_file, contexts_file + "_bk")
226 shutil.move(contexts_file + "_bk", contexts_file)
237 shutil.move(contexts_file + "_bk", contexts_file)
240 shutil.move(contexts_file + "_bk", contexts_file)
H A Dbuild_policy.py25 import shutil namespace
H A Dbuild_policy_api.py22 import shutil namespace
367 shutil.copyfile(tmp_output.name, input_file)
540 shutil.copyfile(src_policy_path, dest_policy_path)
544 shutil.copyfile(src_policy_path, dest_policy_path)
/base/update/packaging_tools/
H A Dutils.py22 import shutil namespace
567 shutil.rmtree(make_dir_path)
/base/startup/hvb/tools/
H A Dhvbtool.py27 import shutil namespace
992 shutil.copy(image, signed_image)

Completed in 8 milliseconds