Home
last modified time | relevance | path

Searched defs:copytree (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/lite/
H A Dcopy_files.py26 def copytree(src: str, dst: str, symlinks: bool = False, ignore=None): function
/ohos5.0/build/ohos/testfwk/
H A Dfuzz_config_file_copy.py27 def copytree(source: str, destination: str): function