Home
last modified time | relevance | path

Searched refs:all_system_info_path (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/local_coverage/automate_execute/
Dbuild_part.py26 all_system_info_path = os.path.join(
29 if os.path.exists(all_system_info_path):
31 with open(all_system_info_path, "r", encoding="utf-8") as system_text:
/test/testfwk/developer_test/local_coverage/
Dcoverage_tools.py35 all_system_info_path = os.path.join(
41 if os.path.exists(all_system_info_path):
44 with open(all_system_info_path, "r", encoding="utf-8") as system_text:
57 print("%s not exists.", all_system_info_path)
/test/testfwk/developer_test/local_coverage/restore_comment/
Dbuild_before_generate.py143 all_system_info_path = os.path.join( variable
151 get_part_config_json(part_name_list, all_system_info_path, part_info_path)