Searched refs:root_path (Results 1 - 12 of 12) sorted by relevance
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | get_innerkits_json.py | 69 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 70 product_name = get_product_name(root_path) 71 cpu_type = get_target_cpu(root_path) 73 root_path, "out", product_name, "innerkits/ohos-%s" % cpu_type 76 root_path, "out", product_name, "packages/phone/innerkits/ohos-%s" % cpu_type
|
/test/testfwk/developer_test/local_coverage/ |
H A D | utils.py | 52 def get_product_name(root_path): 55 :param root_path: ohos_config.json所在的目录 58 ohos_config = os.path.join(root_path, "out", "ohos_config.json") 68 def get_target_cpu(root_path): 71 :param root_path: ohos_config.json所在的目录 74 ohos_config = os.path.join(root_path, "out", "ohos_config.json")
|
H A D | coverage_tools.py | 122 root_path, "out", product_name, "build_configs/infos_for_testfwk.json" 163 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 164 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") 167 product_names = get_product_name(root_path)
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | after_lcov_branch.py | 78 file_path = os.path.join(root_path, path_str) 91 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 93 root_path, 101 root_path,
|
H A D | build_before_generate.py | 92 file_path = os.path.join(root_path, path_str) 142 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 144 root_path, 147 root_path,
|
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 159 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 160 out_path = os.path.join(root_path, "out", get_product_name(root_path)) 161 developer_path = os.path.join(root_path, "test", "testfwk", "developer_test")
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | pull_service_gcda.py | 141 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 142 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") 146 product_name = get_product_name(root_path) 163 developer_test_path, service_path, root_path, port)
|
H A D | public_method.py | 66 root_path = current_path.split("/test/testfwk/developer_test")[0] 67 developer_path = os.path.join(root_path, "test/testfwk/developer_test")
|
H A D | init_gcov.py | 349 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 350 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") 351 home_paths = '/'.join(root_path.split("/")[:3])
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | build_part.py | 121 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 122 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") 128 build_success = get_bundle_json(test_part_str, developer_test_path, root_path)
|
H A D | install_coverage_tools.py | 53 root_path = current_path.split("/test/testfwk/developer_test")[0] variable 55 install_tool(root_path)
|
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 46 for root_path, _, files in os.walk(self.report_path): 50 file_path = os.path.join(root_path, file) 58 for root_path, _, files in os.walk(self.report_path): 61 css_file_path = os.path.join(root_path, file)
|
Completed in 6 milliseconds