Home
last modified time | relevance | path

Searched refs:root_path (Results 1 - 12 of 12) sorted by relevance

/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dget_innerkits_json.py69 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 Dutils.py52 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 Dcoverage_tools.py122 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 Dafter_lcov_branch.py78 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 Dbuild_before_generate.py92 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 Dpush_coverage.py159 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 Dpull_service_gcda.py141 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 Dpublic_method.py66 root_path = current_path.split("/test/testfwk/developer_test")[0]
67 developer_path = os.path.join(root_path, "test/testfwk/developer_test")
H A Dinit_gcov.py349 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 Dbuild_part.py121 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 Dinstall_coverage_tools.py53 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 Dkeyword_filter.py46 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