| /test/testfwk/developer_test/local_coverage/ |
| H A D | coverage_tools.py | 35 all_system_info_path = os.path.join( 38 system_info_path = os.path.join( 62 coverage_path = os.path.join(developer_path, "reports/coverage") 63 code_path = os.path.join( 73 gcda_dir_path = os.path.join(developer_path, "local_coverage/code_coverage/results/coverage/data/cxx") 76 remove_out = os.path.join(gcda_dir_path, i, "obj/out") 77 remove_thrd = os.path.join(gcda_dir_path, i, "obj/third_party") 87 coverage_rc_path = os.path.join( 90 lcovrc_cov_template_path = os.path.join(coverage_rc_path, "lcovrc_cov_template") 92 tmp_cov_path = os.path.join(coverage_rc_pat [all...] |
| /test/testfwk/developer_test/local_coverage/code_coverage/ |
| H A D | multiprocess_code_coverage.py | 46 sys.localcoverage_path = os.path.join(current_path, "..") 54 print("execute command: {}".format(" ".join(cmd_list))) 67 coverage_log_path = os.path.join( 80 subsystem_config_filepath = os.path.join(CODEPATH, SYSTEM_JSON) 96 subsystem_rootpath.append(os.path.join(CODEPATH, path)) 140 topdir = os.path.join(cov_path, "obj") 150 if not os.path.isfile(os.path.join(find_path, fn)): 166 gcno_path = os.path.join( 167 os.path.join(CODEPATH, OUTPUT), gcda_strip_path, gcno_name 181 src_dir = os.path.join(CODEPAT [all...] |
| /test/testfwk/developer_test/src/core/build/ |
| H A D | pretreat_targets.py | 72 template_path = os.path.join(sys.framework_root_dir, "libs", 74 target_path = os.path.join(sys.source_code_root_path, path) 75 config_path = os.path.join(target_path, "config.json") 76 gn_path = os.path.join(target_path, "BUILD.gn") 77 gn_bak_path = os.path.join(target_path, "BuildBak") 78 test_path = os.path.join(target_path, "src", "main", "js", 101 shutil.copytree(template_path, os.path.join(target_path, "src")) 102 shutil.copy(config_path, os.path.join(target_path, "src", "main")) 107 shutil.copy(os.path.join(target_path, file), test_path) 108 with os.fdopen(os.open(os.path.join(test_pat [all...] |
| /test/xts/tools/build/ |
| H A D | suite.py | 56 resource_reldir = ''.join(chr(ord(ch) - 1) for ch in XTS_RESOURCE_ROOT) 57 return os.path.join(xts_root, resource_reldir) 79 ohos_dir = os.path.join(self.args.source_dir, 'plugins', 'ohos') 80 devicetest_dir = os.path.join(self.args.source_dir, 'plugins', 'devicetest') 81 gen_dir0 = os.path.join(self.args.source_dir, 'dist') 82 gen_dir1 = os.path.join(ohos_dir, 'dist') 83 gen_dir2 = os.path.join(devicetest_dir, 'dist') 97 run_scripts = ",".join( 98 [os.path.join(self.args.source_dir, "run.bat"), 99 os.path.join(sel [all...] |
| /test/testfwk/developer_test/src/core/ |
| H A D | utils.py | 60 file_name = os.path.join(dirs[0], file_name)
67 log_path = os.path.join(report_path, "log")
72 device_log_file = os.path.join(log_path, device_file_name)
97 build_output_name = os.path.join(first_build_output,
100 build_output_path = os.path.join(sys.source_code_root_path,
110 product_form_dir = os.path.join(sys.source_code_root_path,
117 if os.path.isdir(os.path.join(product_form_dir,
131 ohos_config_path = os.path.join(sys.source_code_root_path, "out", "ohos_config.json")
139 device_json_file = os.path.join(sys.source_code_root_path,
157 build_prop = os.path.join(sy [all...] |
| /test/xts/acts/arkui/libuv/ |
| H A D | genlocal.py | 79 mustpass = os.path.join(G_MUSTPASSPATH, "{}{}".format(suiteitem, G_MUSTPASSFILE)) 100 pagefilename = os.path.join(hapdirpath, G_PATHDIRPATH, "{}.ets".format(suitename)) 101 attrtmp = os.path.join(G_TMPPATH, G_PAGEATTRTEMPPATH) 116 temppagefilename = os.path.join(G_TMPPATH, G_PAGETEMPPATH) 122 pagefilename = os.path.join(hapdirpath, G_PATHDIRPATH, "{}.ets".format(suitename)) 128 attrtmp = os.path.join(G_TMPPATH, G_PAGEATTRTEMPPATH) 138 temptestfilename = os.path.join(G_TMPPATH, G_TESTCASETEMPPATH) 139 testfilename = os.path.join(hapdirpath, G_TESTDIRPATH, "{}.test.ets".format(suitename)) 148 configjsonname = os.path.join(hapdirpath, G_CONFIGJSONPATH) 152 buildgnname = os.path.join(hapdirpat [all...] |
| /test/testfwk/developer_test/local_coverage/resident_service/ |
| H A D | init_gcov.py | 34 sys.localcoverage_path = os.path.join(current_path, "..") 42 recv_path = os.path.join(developer_path, "local_coverage/resident_service/resources") 45 recv_restores_path = os.path.join(recv_path, "restores_environment") 48 recv_restores_name = os.path.join(recv_restores_path, "init.cfg") 54 cfg_file_path = os.path.join(recv_path, "init.cfg") 93 recv_path = os.path.join(developer_path, "local_coverage/resident_service/resources") 97 cfg_file_path = os.path.join(recv_path, "faultloggerd.cfg") 143 tree.write(os.path.join(config_path, 'foundation.xml'), encoding='utf-8', xml_declaration=True) 144 return os.path.join(config_path, 'foundation.xml') 166 new_json = os.path.join(config_pat [all...] |
| H A D | pull_service_gcda.py | 26 sys.localcoverage_path = os.path.join(current_path, "..") 43 origin_foundation = os.path.join(cfg_path, "foundation_origin.json") 65 local_sh_path = os.path.join(resident_service_path, "resources", "gcov_flush.sh") 81 home_path = '/'.join(roots_path.split("/")[:3]) 86 gcov_root = os.path.join(gcda_path, 'out', product_name, component_gcda_path) 96 os.path.join(developertest_path, "reports/coverage/data/cxx", 101 tar_path = os.path.join(gcda_file_path, "%s.tar.gz" % gcda_file_name) 106 local_tar = os.path.join(local_gcda_path, "%s.tar.gz" % gcda_file_name) 142 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") 143 service_path = os.path.join( [all...] |
| /test/testfwk/developer_test/libs/fuzzlib/ |
| H A D | fuzzer_helper.py | 51 SOURCE_OUT_DIR = os.path.join(SOURCE_ROOT_DIR, "out") 53 TDD_BUILD_GN_PATH = os.path.join( 79 return ' '.join(pipes.quote(part) for part in command) 94 project_yaml_path = os.path.join( 123 project_dir_path = os.path.join(args.project_path, args.project_name) 135 file_path = os.path.join(project_dir_path, 'project.xml') 141 file_path = os.path.join(project_dir_path, "%s.cpp" % args.project_name) 147 file_path = os.path.join(project_dir_path, "%s.h" % args.project_name) 152 file_path = os.path.join(project_dir_path, "BUILD.gn") 158 corpus_dir = os.path.join(project_dir_pat [all...] |
| /test/testfwk/developer_test/local_coverage/push_coverage_so/ |
| H A D | push_coverage.py | 24 sys.localcoverage_path = os.path.join(current_path, "..") 34 parts_info_json = os.path.join(out_path, "build_configs", "parts_info", "part_subsystem.json") 53 parts_info_json = os.path.join(out_path, "build_configs", "parts_info", "parts_path_info.json") 62 path = os.path.join(out_path, "obj", json_obj[test_part]) 74 subsystem_config_json = os.path.join(out_path, "build_configs", "subsystem_info", "subsystem_build_config.json") 90 path.append(os.path.join(out_path, "obj", s)) 119 source_path = os.path.join(out_path, json_obj["source"]) 146 full_dest = os.path.join("/", dest_path) 160 out_path = os.path.join(root_path, "out", get_product_name(root_path)) 161 developer_path = os.path.join(root_pat [all...] |
| /applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/entry/src/main/ets/model/ |
| H A D | Logger.ts | 21 console.log(`[${this.prefix}]: ${args.join('')}`) 25 console.info(`[${this.prefix}]: ${args.join('')}`) 29 console.debug(`[${this.prefix}]: ${args.join('')}`) 33 console.warn(`[${this.prefix}]: ${args.join('')}`) 37 console.error(`[${this.prefix}]: ${args.join('')}`)
|
| /applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowManage/WindowComponent/src/main/ets/components/util/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider2/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionservice/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider3/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/tools/lite/build/ |
| H A D | suite.py | 79 _out_file = os.path.join(_suite_out_file, 103 _config_file = os.path.join(_suite_out_file, 106 _config_file = os.path.join(_out_file, 129 module_info_list_file = os.path.join(module_info_dir, 181 ohos_dir = os.path.join(self.args.project_dir, 'plugins', 'ohos') 183 factory_script = os.path.join(self.args.project_dir, "factory.sh") 194 dist_dir = os.path.join(self.args.project_dir, 'dist') 195 ohos_dist_dir = os.path.join(ohos_dir, 'dist') 196 run_scripts = ",".join( 197 [os.path.join(sel [all...] |
| /test/testfwk/developer_test/src/core/command/ |
| H A D | run.py | 61 target_out_path = os.path.join(
102 testcase_path = os.path.abspath(os.path.join(
106 testcase_path = os.path.abspath(os.path.join(
110 testcase_path = os.path.join(
119 xts_testcase_path = os.path.abspath(os.path.join(
129 external_deps_path = os.path.abspath(os.path.join(
156 current_raw_cmd = ",".join(list(map(str, options.current_raw_cmd.split(" "))))
159 push_cov_path = os.path.join(sys.framework_root_dir, "local_coverage/push_coverage_so/push_coverage.py")
177 init_gcov_path = os.path.join(sys.framework_root_dir, "local_coverage/resident_service/init_gcov.py")
264 latest_report_path = os.path.join(Variable [all...] |
| /test/testfwk/developer_test/aw/python/distributed/distribute/ |
| H A D | distribute.py | 37 sys.xdevice_dir = os.path.abspath(os.path.join( 41 sys.xdevice_dir = os.path.abspath(os.path.join( 47 sys.adapter_dir = os.path.abspath(os.path.join( 92 if not os.path.exists(os.path.join(result_save_path, file_name)): 208 final_file = os.path.join(file_dir, file_name.split('.')[0] + ".desc") 226 device.push_file(os.path.join(self.suite_dir, "agent.desc"), 228 device.push_file(os.path.join(resource_dir, target_name), 231 suite_path = os.path.join(self.suite_dir, target_name) 243 device.push_file(os.path.join(self.suite_dir, "major.desc"), 245 device.push_file(os.path.join(resource_di [all...] |
| /test/xts/acts/ |
| H A D | check_hvigor.py | 52 baseline_file = os.path.join(acts_root_dir, 'arkcompiler/ecmanewfeatures/hvigor/hvigor-wrapper.js') 53 baseline_md5 = get_file_md5(os.path.join(baseline_file)) 55 filename = os.path.join(dir, 'hvigor', 'hvigor-wrapper.js') 70 filename = os.path.join(dir, 'hvigor', 'hvigor-config.json5') 83 baseline_file = os.path.join(acts_root_dir, 'arkcompiler/ecmanewfeatures/hvigorw.bat') 84 baseline_md5 = get_file_md5(os.path.join(baseline_file)) 86 filename = os.path.join(dir, 'hvigorw.bat')
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | drivers.py | 105 content = "".join((self.unfinished_line, content)) 125 log_path = os.path.join(report_path, Variables.report_vars.log_dir) 130 device_log_file = os.path.join(log_path, device_file_name) 155 result_path = os.path.join(result_rootpath, "result", subpath) 157 result_path = os.path.join(result_rootpath, "result") 159 result_path = os.path.join(result_rootpath, "result") 170 test_log_path = os.path.join(result_rootpath, "log", "test_log", suit_path) 190 crash_path = os.path.join(log_path, "log", test_suit) 194 matching_dirs = [os.path.join(crash_path, item) for item in all_items if 195 os.path.isdir(os.path.join(crash_pat [all...] |
| /test/testfwk/developer_test/aw/python/distributed/common/ |
| H A D | drivers.py | 53 file_path = os.path.join(longcommand_path, sh_file_name) 74 cxx_cov_path = os.path.abspath(os.path.join( 87 src_file_tar = os.path.join(DEVICE_TEST_PATH, "%s.tar.gz" % target_name) 89 tar_path = os.path.join(cxx_cov_path, "%s.tar.gz" % target_name) 124 os.makedirs(os.path.join(result_path, "temp", dst_dir), exist_ok=True) 128 dir=os.path.join(result_path, "temp", dst_dir)) 159 os.path.join(DEVICE_TEST_PATH, sh_file_name), 160 os.path.join(DEVICE_TEST_PATH, "agent.log")) 163 os.path.join(DEVICE_TEST_PATH, sh_file_name))
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| H A D | constants.py | 117 result_path = os.path.join(result_rootpath, "result", subpath) 119 result_path = os.path.join(result_rootpath, "result") 121 result_path = os.path.join(result_rootpath, "result") 160 filepath = os.path.join(result_savepath, "%s.xml" % str( 164 if self.device.is_file_exist(os.path.join(self.device_testpath, 167 elif self.device.is_file_exist(os.path.join(self.device_testpath, 173 os.path.join(self.device_testpath, remote_result_name), 179 filepath = os.path.join(result_savepath, "%s.xml" % 181 remote_result_file = os.path.join(self.device_testpath, 201 os.path.join(sel [all...] |
| /applications/standard/app_samples/code/BasicFeature/Connectivity/VPN/entry/src/main/ets/model/ |
| H A D | Logger.ets | 24 console.log(`[${this.prefix}].${args.join(' ')}`)
28 console.log(`[${this.prefix}].${args.join(' ')}`)
32 console.log(`[${this.prefix}].${args.join(' ')}`)
36 console.log(`[${this.prefix}].${args.join(' ')}`)
|
| /applications/standard/app_samples/code/SystemFeature/Connectivity/Wlan/entry/src/main/ets/model/ |
| H A D | Logger.ets | 24 console.log(`[${this.prefix}].${args.join(' ')}`) 28 console.log(`[${this.prefix}].${args.join(' ')}`) 32 console.log(`[${this.prefix}].${args.join(' ')}`) 36 console.log(`[${this.prefix}].${args.join(' ')}`)
|