Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/tools/
H A Dmkdist.py41 def do_copy_folder(src_dir, dst_dir, ignore=None): argument
44 if not os.path.exists(src_dir):
54 shutil.copytree(src_dir, dst_dir, ignore = ignore)
234 src_dir = []
245 if full_path not in src_dir:
246 src_dir.append(full_path)
249 for item in src_dir: