OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_top
(Results
1 - 2
of
2
) sorted by null
/pdk/build/
pdk_utils.py
22
def copy_dir(src_top,
dest_top
, dir_name, cp_option = ""):
23
"""copy all the files under src_top/dir_name to
dest_top
/dir_name."""
27
dest_full_path =
dest_top
+ "/" + mid_path
34
def copy_dir_only_file(src_top,
dest_top
, dir_name):
37
dest_full_path =
dest_top
+ "/" + dir_name
48
def copy_files(src_top,
dest_top
, files_name):
49
"""copy files from src_top to
dest_top
.
51
under
dest_top
"""
55
dest_full_path =
dest_top
+ "/" + mid_path
62
def copy_file_if_exists(src_top,
dest_top
, file_name)
[
all
...]
prepare_pdk_tree.py
76
def create_symbolic_link(src_top,
dest_top
, dir_name):
78
dest_full =
dest_top
+ "/" + dir_name
Completed in 38 milliseconds