Searched refs:symlinks (Results 1 – 7 of 7) sorted by relevance
/build/lite/ |
D | copy_files.py | 26 def copytree(src, dst, symlinks=False, ignore=None): argument 34 shutil.copytree(src_path, dst_path, symlinks)
|
/build/config/ohos/ |
D | copy_ex.gni | 8 # files are they are copied. This also ensures that symlinks are followed 9 # during the copy (i.e. the symlinks are never copied, only their content).
|
/build/ohos/images/mkimage/ |
D | mkimages.py | 39 shutil.copytree(root_dir, tmp_dir, symlinks=True) 42 shutil.copytree(src_dir, tmp_dir_system, symlinks=True)
|
/build/scripts/ |
D | code_release.py | 45 symlinks=True,
|
/build/ohos/ndk/ |
D | ndk.gni | 314 "--follow-symlinks", 332 "--follow-outside-symlinks",
|
/build/ |
D | prebuilts_download.py | 208 shutil.copytree(src_dir, dest_dir, symlinks=True)
|
/build/lite/hb_internal/cts/ |
D | cts.py | 313 symlinks=False,
|