Lines Matching defs:str
29 def copy_dir(src: str, dest: str) -> list:
54 def _resources_with_xml_v1(root, testcase_target_name: str, test_resource_path: str,
55 part_build_out_path: str, resource_output_path: str) -> list:
105 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str,
106 part_build_out_path: str, resource_output_path: str) -> list:
144 def find_testcase_resources(resource_config_file: str, testcase_target_name: str,
145 test_resource_path: str, part_build_out_path: str,
146 resource_output_path: str) -> list:
195 def _get_subsystem_name(part_name: str):
206 def _get_subsystem_path(part_name: str) -> str:
223 def _parse_module_out_path(module_out_path: str):
230 def _find_resource_config_file(config_file_name: str, subsystem_path: str, module_name: str) -> str:
248 def _get_res_config_file(module_out_path: str) -> str:
264 def _get_resources_list(resource_config_file: str, testcase_target_name: str,
265 part_build_out_path: str, resource_output_path: str) -> list:
279 def _get_resources_list_auto_match(module_out_path: str, testcase_target_name: str,
280 part_build_out_path: str, resource_output_path: str) -> list: