Home
last modified time | relevance | path

Searched refs:symlinks (Results 1 – 7 of 7) sorted by relevance

/build/lite/
Dcopy_files.py26 def copytree(src, dst, symlinks=False, ignore=None): argument
34 shutil.copytree(src_path, dst_path, symlinks)
/build/config/ohos/
Dcopy_ex.gni8 # 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/
Dmkimages.py39 shutil.copytree(root_dir, tmp_dir, symlinks=True)
42 shutil.copytree(src_dir, tmp_dir_system, symlinks=True)
/build/scripts/
Dcode_release.py45 symlinks=True,
/build/ohos/ndk/
Dndk.gni314 "--follow-symlinks",
332 "--follow-outside-symlinks",
/build/
Dprebuilts_download.py208 shutil.copytree(src_dir, dest_dir, symlinks=True)
/build/lite/hb_internal/cts/
Dcts.py313 symlinks=False,