Searched defs:src_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 34 def copy_dir_only_file(src_top, dest_top, dir_name): argument 48 def copy_files(src_top, dest_top, files_name): argument 62 def copy_file_if_exists(src_top, dest_top, file_name): argument
|
D | prepare_pdk_tree.py | 76 def create_symbolic_link(src_top, dest_top, dir_name): argument
|