/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 41 if os.path.exists(all_system_info_path): 52 if os.path.exists(system_info_path): 57 print("%s not exists.", all_system_info_path) 66 if os.path.exists(code_path): 74 if os.path.exists(gcda_dir_path): 78 if os.path.exists(remove_out): 81 if os.path.exists(remove_thrd): 94 if not os.path.exists(tmp_cov_path): 96 if not os.path.exists(os.path.join(tmp_cov_path, "ex.txt")): 124 if os.path.exists(testfwk_json_pat [all...] |
/test/testfwk/developer_test/libs/fuzzlib/ |
H A D | fuzzer_helper.py | 99 if not os.path.exists(project_yaml_path): 130 print(color_logger.red('%s already exists.' % project_dir_path), 136 if os.path.exists(file_path): 142 if os.path.exists(file_path): 148 if os.path.exists(file_path): 153 if os.path.exists(file_path): 159 if not os.path.exists(corpus_dir): 161 if os.path.exists(os.path.join(corpus_dir, 'init')): 201 if not os.path.exists(os.path.dirname(subsystem_src_flag_file_path)): 203 if os.path.exists(subsystem_src_flag_file_pat [all...] |
/test/testfwk/developer_test/src/core/build/ |
H A D | build_testcases.py | 62 if not os.path.exists(target_dir): 87 if os.path.exists(toolchain_filepath): 110 if os.path.exists(xts_testcase_out_dir): 232 if os.path.exists(package_out_dir): 239 if os.path.exists(phone_out_dir): 252 if os.path.exists(curr_productform_outdir): 271 if os.path.exists(phone_out_dir): 284 if os.path.exists(curr_productform_outdir): 299 if os.path.exists(BUILD_FILEPATH): 325 if os.path.exists(BUILD_FILEPAT [all...] |
H A D | select_targets.py | 39 if os.path.exists(filepath): 71 if os.path.exists(default_part_path): 80 if os.path.exists(product_part_path): 135 if os.path.exists(check_path): 191 if os.path.exists(module_path):
|
H A D | pretreat_targets.py | 80 if not os.path.exists(config_path): 83 if not os.path.exists(gn_path): 149 if os.path.exists(src_path): 151 if os.path.exists(gn_path) and os.path.exists(gn_bak_path):
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 81 if os.path.exists(subsystem_config_filepath): 110 if os.path.exists(subsystem_rootpath_item): 169 if os.path.exists(gcno_path): 172 print(f"{gcno_path} not exists!") 185 if not os.path.exists(single_info_path): 190 if not os.path.exists(src_dir): 191 print(f"Sours path {src_dir} not exists!") 214 if not os.path.exists(trace_file): 215 print(f"Error: trace file {trace_file} not exists!") 224 if os.path.exists(filenam [all...] |
/test/xts/tools/lite/build/ |
H A D | utils.py | 104 if not os.path.exists(input_file): 114 if not os.path.exists(file_dir): 141 if to_dir and not os.path.exists(_output): 143 if not to_dir and not os.path.exists(_parent_output): 163 if os.path.isfile(source_file) and os.path.exists(source_file): 168 if not os.path.exists(new_output): 212 if not os.path.exists(module_list_file): 236 if os.path.exists(product_json): 310 if os.path.exists(module_info_list_file): 324 if not os.path.exists(out_di [all...] |
H A D | suite.py | 113 if _test_xml and os.path.exists(_test_xml): 132 if os.path.exists(module_info_list_file): 148 if not os.path.exists(tmpl_file): 160 if not os.path.exists(file_path): 184 if os.path.exists(factory_script): 215 if not os.path.exists(os.path.join(
|
/test/xts/tools/build/ |
H A D | utils.py | 74 if not os.path.exists(input_file): 84 if not os.path.exists(file_dir): 111 if to_dir and not os.path.exists(_output): 113 if not to_dir and not os.path.exists(_parent_output): 170 if not os.path.exists(module_list_file): 225 if not os.path.exists(gradle_output_dir): 228 if not os.path.exists(out_put_dir):
|
H A D | suite.py | 239 if _test_xml and os.path.exists(_test_xml): 242 os.path.exists(_test_xml.replace(".xml", ".json")): 284 if os.path.exists(module_info_file): 304 if not os.path.exists(tmpl_file): 314 if not os.path.exists(os.path.dirname(target)): 316 if not os.path.exists(target) or ( 317 os.path.exists(target) and 324 if not os.path.exists(source_file): 333 if os.path.exists(xml_file): 385 if not os.path.exists(file_pat [all...] |
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | colored.py | 69 if not os.path.exists(Colored.LOG_DIR): 73 if not os.path.exists(project_log_dir): 77 if not os.path.exists(current_project_log_dir): 82 if not os.path.exists(Colored.LOG_DIR): 86 if not os.path.exists(project_log_dir): 90 if not os.path.exists(current_project_log_dir):
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | init_gcov.py | 46 if not os.path.exists(recv_restores_path): 49 if not os.path.exists(recv_restores_name): 55 if os.path.exists(cfg_file_path): 68 if os.path.exists(cfg_file_path): 73 print("init.cfg file not exists") 98 if os.path.exists(cfg_file_path): 109 if os.path.exists(cfg_file_path): 116 print("faultloggerd.cfg file not exists.") 167 if os.path.exists(new_json): 196 if os.path.exists(new_jso [all...] |
/test/testfwk/developer_test/src/core/config/ |
H A D | config_manager.py | 49 if os.path.exists(self.filepath):
73 if os.path.exists(self.filepath):
109 if os.path.exists(self.filepath):
137 if not os.path.exists(self.filepath):
146 if os.path.exists(self.filepath):
192 if os.path.exists(self.filepath):
207 if os.path.exists(self.filepath):
228 if os.path.exists(self.filepath):
258 if os.path.exists(self.filepath):
298 if os.path.exists(sel [all...] |
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | generate_report.py | 106 if not os.path.exists(src_path): 107 print("%s not exists" % src_path) 110 if os.path.exists(dest_path): 247 if not os.path.exists(os.path.dirname(tmpl_file_path)): 249 ("Warning: %s not exists" % tmpl_file_path)) 253 if not os.path.exists(os.path.dirname(out_report_file_path)): 256 if os.path.exists(tmpl_file_path): 273 if os.path.exists(os.path.abspath(out_report_file_path)): 306 if not os.path.exists(os.path.dirname(report_tmpl_file_path)): 308 ("Warning: %s not exists" [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | encrypt.py | 43 if not os.path.exists(Variables.report_vars.pub_key_file): 49 if os.path.exists(pub_key_path): 54 if os.path.exists(pub_key_path): 109 if os.path.exists(pri_key_path): 113 if not os.path.exists(pri_key_file): 165 if not os.path.exists(src_file): 166 LOG.error("File '%s' not exists!" % src_file)
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | build_before_generate.py | 55 if not os.path.exists(path) or "test" in path: 60 if os.path.exists(f"{source_dir}_bk{suffix_name}"): 93 if os.path.exists(file_path): 103 if os.path.exists(system_info_path): 113 if os.path.exists(part_path): 118 print("%s not exists.", system_info_path)
|
H A D | after_lcov_branch.py | 49 if not os.path.exists(path): 55 if os.path.exists(f"{source_dir}_bk{suffix_name}"): 72 if os.path.exists(part_name_path): 79 if os.path.exists(file_path):
|
/test/testfwk/developer_test/src/core/testcase/ |
H A D | testcase_manager.py | 104 if os.path.exists(json_file_path):
147 if os.path.exists(json_file_path):
160 if os.path.exists(json_file_path):
185 if os.path.exists(test_case_path):
211 if os.path.exists(test_case_out_path):
300 if os.path.exists(external_deps_path):
333 if not os.path.exists(xts_test_case_path):
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 201 if os.path.exists(os.path.join(self.nfs_dir, case_name)): 205 if os.path.exists(result_file): 250 if not os.path.exists(test_result): 258 if not os.path.exists(subsystem_dir): 261 if not os.path.exists(module_dir): 267 if not os.path.exists(test_result): 273 if not os.path.exists(result_file): 376 return self.result if os.path.exists(self.result) else "" 479 "test source '%s' not exists" % 482 if not os.path.exists(config_fil [all...] |
H A D | drivers.py | 161 if not os.path.exists(result_path): 172 if not os.path.exists(test_log_path): 181 if os.path.exists(suite_path_txt) and os.path.exists(result_xml): 211 if not os.path.exists(filepath): 258 if not os.path.exists(filepath): 284 if not os.path.exists(filepath): 349 if not os.path.exists(filepath): 365 if os.path.exists(test_log_path): 380 if not os.path.exists(result_file_pat [all...] |
/test/testfwk/developer_test/src/core/ |
H A D | utils.py | 35 if not os.path.exists(full_path):
115 if os.path.exists(product_form_dir):
143 if not os.path.exists(device_json_file):
162 if not os.path.exists(build_prop):
199 if os.path.exists(os.path.join(current_dir, "tests")):
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | device_test.py | 179 if not test_list and os.path.exists(source): 192 if not os.path.exists(test): 273 if os.path.exists(devicetest_module): 292 return self.result if os.path.exists(self.result) else "" 299 if not os.path.exists(testsuite_file): 342 if not testsuite and os.path.exists(source): 358 if not os.path.exists(testsuite): 426 return self.result if os.path.exists(self.result) else ""
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 160 if os.path.exists(push_cov_path):
175 print(f"{push_cov_path} not exists.")
178 if os.path.exists(init_gcov_path):
182 print(f"{init_gcov_path} not exists.")
316 if os.path.exists(coverage_path):
403 if os.path.exists(latest_corpus_path):
410 if os.path.exists(pull_service_gcov_path):
413 print(f"{pull_service_gcov_path} not exists.")
418 if os.path.exists(cov_main_file_path):
422 print(f"{cov_main_file_path} not exists [all...] |
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 35 if not os.path.exists(parts_info_json): 36 logger("{} not exists.".format(parts_info_json), "ERROR") 54 if not os.path.exists(parts_info_json): 55 logger("{} not exists.".format(parts_info_json), "ERROR") 75 if not os.path.exists(subsystem_config_json): 76 logger("{} not exists.".format(subsystem_config_json), "ERROR") 142 if not os.path.exists(source_path):
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 84 and ((isdir is None and os.path.exists(resource_file_path)) 144 if (isdir is None and os.path.exists(folder_file)) \ 149 if not os.path.exists(folder): 216 if not os.path.exists(full_path): 275 if not os.path.exists(src): 278 if not os.path.exists(des): 354 if not os.path.exists(extract_to):
|