Lines Matching defs:str
28 def is_top_dir(src_path: str):
32 def find_config_parent_file(src_dir: str, target_cfg: str):
43 def get_notice_file_name(readme_file_path: str, copyright_file: str,
44 module_relative_src_path: str):
74 def get_opensource_config_file(module_source_dir: str, root_out_dir: str, target_cfg: str):
90 def get_notice_file(module_source_dir: str, root_out_dir: str,
91 module_relative_source_dir: str):
106 def get_notice_file_dest_path(root_out_dir: str, target_name: str):
120 def create_dest_file(filename: str):
126 def gen_license(target_path: str, nf_dict: str, nf_src: str, cp_src: str):
144 def generate_notice_file(root_out_dir: str, module_source_dir: str,
145 module_relative_source_dir: str, target_name: str):