Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/docs/idf_extensions/
Dutil.py53 def copy_if_modified(src_path, dst_path): argument
55 copy_file_if_modified(src_path, dst_path)
62 dst_file_path = os.path.join(dst_path + root[src_path_len:], src_file_name)