Searched refs:dest_top (Results 1 – 2 of 2) sorted by relevance
/pdk/build/ |
D | pdk_utils.py | 22 def copy_dir(src_top, dest_top, dir_name, cp_option = ""): argument 27 dest_full_path = dest_top + "/" + mid_path 34 def copy_dir_only_file(src_top, dest_top, dir_name): argument 37 dest_full_path = dest_top + "/" + dir_name 48 def copy_files(src_top, dest_top, files_name): argument 55 dest_full_path = dest_top + "/" + mid_path 62 def copy_file_if_exists(src_top, dest_top, file_name): argument 69 dest_file = dest_top + "/" + file_name
|
D | prepare_pdk_tree.py | 77 def create_symbolic_link(src_top, dest_top, dir_name): argument 79 dest_full = dest_top + "/" + dir_name
|