Searched refs:shutil (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/build/tools/ |
H A D | build_js.py | 19 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 D | build_ts_js.py | 17 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 D | build_ts_js.py | 17 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 D | copy_arkui_adapters.py | 19 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 D | build.py | 19 import shutil namespace
|
/foundation/arkui/ui_lite/tools/server/ |
H A D | tcp_server.py | 22 import shutil
namespace 179 shutil.rmtree(filepath)
|
/foundation/ability/idl_tool/test/sa_test/ |
H A D | test_base.py | 20 import shutil namespace 182 shutil.rmtree(self.output_dir)
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/ |
H A D | graph_converter.py | 22 import shutil namespace 41 shutil.rmtree(output_folder)
|
Completed in 5 milliseconds