Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/build/tools/
H A Dbuild_js.py19 import shutil namespace
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
[all...]
/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/
H A Dbuild_ts_js.py17 import shutil namespace
57 CMD_INST = shutil.copy(INPUT_ARGUMENTS.out_file, INPUT_ARGUMENTS.dst_file)
59 CMD_INST = shutil.rmtree(INPUT_ARGUMENTS.out_filePath)
/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/
H A Dbuild_ts_js.py17 import shutil namespace
57 CMD_INST = shutil.copy(INPUT_ARGUMENTS.out_file, INPUT_ARGUMENTS.dst_file)
59 CMD_INST = shutil.rmtree(INPUT_ARGUMENTS.out_filePath)
/foundation/graphic/graphic_2d/utils/build/
H A Dcopy_arkui_adapters.py19 import shutil namespace
54 shutil.copytree(os.path.join(source_dir, item, "build"), dest_dir_build_folder, dirs_exist_ok=True)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A Dbuild.py19 import shutil namespace
/foundation/arkui/ui_lite/tools/server/
H A Dtcp_server.py22 import shutil namespace
179 shutil.rmtree(filepath)
/foundation/ability/idl_tool/test/sa_test/
H A Dtest_base.py20 import shutil namespace
182 shutil.rmtree(self.output_dir)
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/
H A Dgraph_converter.py22 import shutil namespace
41 shutil.rmtree(output_folder)

Completed in 5 milliseconds