/base/update/packaging_tools/test/ |
D | create_package_data.py | 95 create_file(os.path.join(package_name_path, "system.img"), 107 create_file(os.path.join(package_name_path, "vendor.img"), 110 create_file(os.path.join(package_name_path, "updater_binary"), 114 create_file(os.path.join(package_name_path, "uImage"), 116 create_file(os.path.join(package_name_path, "updater.img"), 118 create_file(os.path.join(package_name_path, "updater_b.img"), 120 create_file(os.path.join(package_name_path, "updater_uImage"), 126 create_file(os.path.join(updater_config_path, "BOARD.list"), 129 create_file(os.path.join(updater_config_path, "VERSION.mbn"), 147 os.path.join(updater_config_path, "updater_specified_config.xml"), [all …]
|
/base/security/selinux/scripts/ |
D | build_policy.py | 65 folder_list.append(os.path.join(root, dir_i)) 74 policy_file_list.append(os.path.join(root, each_file)) 76 return " ".join(str(x) for x in policy_file_list) 84 policy_files = " ".join(str_seq) 89 cmdstr = " ".join(in_cmd) 107 check_policy_cmd = [os.path.join(args.tool_path, "checkpolicy"), 115 build_policy_cmd = [os.path.join(args.tool_path, "secilc"), 131 path = os.path.join(root_dir, i) 156 folder_list.append(os.path.join(args.source_root_dir, "base/security/selinux/sepolicy/base/te")) 163 output_ohos_conf = os.path.join(output_path, "ohos.conf") [all …]
|
D | build_contexts.py | 44 cmdstr = " ".join(in_cmd) 64 policy_file_list.append(os.path.join(root, each_file)) 66 return " ".join(str(x) for x in policy_file_list) 112 err_msg = "".join(str_seq) 115 err_msg = "".join(str_seq) 117 err_msg = "".join(str_seq) 132 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"), 190 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"), 194 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode 207 combined_file_contexts = os.path.join(output_path, "file_contexts") [all …]
|
/base/hiviewdfx/hiview/build/ |
D | run_oem_hook.py | 25 script_path = os.path.join(path, relpath, "oem_hook.py") 42 hiview_path = os.path.realpath(os.path.join(hiview_build_path, "..")) 52 …dynamic_info = 'oem_dynamic_deps = [\n%s\n]\n' % (''.join(globals_args.get('oem_dynamic_deps', '')… 53 test_info = ('oem_test_deps = [\n%s\n]\n' % (''.join(globals_args.get('oem_test_deps', ''))))
|
D | gen_plugin_build.py | 22 from os.path import join 53 root_path = realpath(join(build_path, "..")) 58 gn_path = realpath(join(root_path, info['path'], "BUILD.gn")) 70 dynamic_info = 'plugin_dynamic_deps = [\n%s\n]\n' % (''.join(so_items)) 71 static_info = ('plugin_static_deps = [\n%s\n]\n' % (''.join(items))) 72 ut_deps = ('plugin_ut_deps = [\n%s\n]\n' % (''.join(list(set(ut_items))))) 73 mst_deps = ('plugin_mst_deps = [\n%s\n]' % (''.join(list(set(mst_items))))) 126 config_info = ''.join(items)
|
/base/update/updater/services/script/ |
D | generate_yacc.py | 29 parser_file = os.path.join(yacc_path, "parser.cpp") 30 lexer_file = os.path.join(yacc_path, "lexer.cpp") 31 flexlexer_file = os.path.join(yacc_path, "FlexLexer.h")
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/ |
D | generate_dat.py | 42 resource_str = '_'.join(locale_metas.get(resource_id, [])) 65 with open(os.path.join(path, locales_file_name), 'r', encoding='utf-8') as locale_file: 71 with open(os.path.join(path, resource_item_file_name), 'r', encoding='utf-8') as resource_file: 78 with open(os.path.join(path, resource_name), 'r', encoding='utf-8') as item_file: 179 resource_str = '_'.join(resource_vals) 198 …resource_path = os.path.join(os.path.dirname(current_file_path), "..", "..", "..", "..", "resource… 203 save_path = os.path.join(*save_path)
|
/base/update/packaging_tools/ |
D | utils.py | 45 SO_PATH = os.path.join(operation_path, 'lib/libpackage.so') 46 SO_PATH_L1 = os.path.join(operation_path, 'lib/libpackageL1.so') 47 DIFF_EXE_PATH = os.path.join(operation_path, 'lib/diff') 48 E2FSDROID_PATH = os.path.join(operation_path, 'lib/e2fsdroid') 224 os.mkdir(os.path.join(tmp_dir, name)) 226 ext_filename = os.path.join( 237 unzip_dir = os.path.join(tmp_dir, tmp_dir_list[0]) 269 mbn_path = os.path.join(mbn_dir, soft_version_file) 330 tem_path = os.path.join(OPTIONS_MANAGER.target_package_dir, 394 os.path.join(OPTIONS_MANAGER.target_package_dir, [all …]
|
D | unpack_updater_package.py | 133 component_name = ''.join([component_name, '.img']) 135 component_name = ''.join([component_name, '.zip']) 137 image_file_path = os.path.join(self.save_path, component_name) 164 filename = ''.join(['unpack_result_', time.strftime("%H%M%S", time.localtime())]) 165 self.save_path = os.path.join(OPTIONS_MANAGER.target_package, filename)
|
D | script_generator.py | 257 script_file_name = ''.join([opera_name.title(), SCRIPT_FILE_NAME]) 275 script_total.write('\n'.join(content_list)) 403 '\n'.join( 415 verse_script_content = '\n'.join(verse_script_content_list[1:]) 417 verse_script_content = '\n'.join(verse_script_content_list) 426 verse_script_content = '\n'.join(
|
D | build_update.py | 155 unpack_package = os.path.join(OPTIONS_MANAGER.update_package, arg) 339 xml_path = os.path.join(OPTIONS_MANAGER.source_package_dir, 373 os.path.join(OPTIONS_MANAGER.target_package_config_dir, 392 os.path.join(OPTIONS_MANAGER.target_package_config_dir, 411 os.path.join(target_package, UPDATER_CONFIG) 426 os.path.join(unzip_dir, UPDATER_CONFIG) 459 target_num = ''.join(target_ver.split(' ')[-1].replace('.', '')) 460 source_num = ''.join(source_ver.split(' ')[-1].replace('.', '')) 605 os.path.join(source_package_dir, 608 os.path.join(source_package_dir, [all …]
|
D | update_package.py | 350 update_exe_path = os.path.join(OPTIONS_MANAGER.target_package_dir, 403 update_file_name = ''.join( 406 update_file_name = ''.join( 410 update_package_path = os.path.join( 432 signed_package = os.path.join( 451 update_package_path = os.path.join(
|
D | vendor_script.py | 97 register_script.write('\n'.join(content_list))
|
/base/startup/init/test/moduletest/ |
D | syspara_moduleTest.cpp | 146 std::thread(GetAllParameterTestFunc).join(); 156 std::thread(GetUdidTestFunc, udid, UDID_LEN).join(); 170 std::thread(SetParameterTestFunc, key1, value1).join(); 171 std::thread(SetParameterTestFunc, key2, value2).join(); 172 std::thread(SetParameterTestFunc, key3, value3).join(); 314 std::thread(GetParameterTestReInt, key.c_str(), "", retValue, PARAM_VALUE_LEN_MAX).join(); 317 std::thread(GetParameterTestFuncReStr, key, "").join(); 335 std::thread(ParamSetFun, key1, value1).join(); 339 std::thread(ParamSetFun, key2, "*****").join(); 353 std::thread(TestParameterWatchChange).join(); [all …]
|
/base/web/webview/ |
D | run_shell_cmd.py | 22 return subprocess.run(' '.join(sys.argv[1:]), shell=True).returncode
|
/base/hiviewdfx/hitrace/cmd/example/ |
D | hitrace_example.cpp | 123 t1.join(); in FuncMain() 134 t2.join(); in FuncMain()
|
/base/startup/init/services/etc/param/ |
D | param_fixer.py | 22 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 74 f.write("".join([key, "=", contents[key], '\n']))
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_thread.h | 29 void(*join)(struct HcThreadT* thread); member
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
D | hc_thread.h | 33 void(*join)(struct HcThreadT* thread); member
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | cmd_executor.cpp | 43 client->m_clientThread.join(); in ~CmdExecutor() 121 thread.join(); in CleanFinishedClients()
|
/base/request/request/download/services/src/ |
D | download_thread.cpp | 27 thread_.join(); in ~DownloadThread()
|
/base/hiviewdfx/hicollie/frameworks/native/test/ |
D | xcollie_checker_test.cpp | 36 thread_->join(); in ~XCollieCheckerTest()
|
/base/security/device_security_level/oem_property/ohos/ |
D | dslm_cred_tool.py | 100 store_dir = os.path.join(os.getcwd(), store_dir) 106 sk_file = os.path.join(self.store_dir, '{}.key.pem'.format(key_alias)) 107 pk_file = os.path.join(self.store_dir, '{}.pub.pem'.format(key_alias)) 130 sk_file = os.path.join(self.store_dir, '{}.key.pem'.format(key_alias)) 131 pk_file = os.path.join(self.store_dir, '{}.pub.pem'.format(key_alias)) 152 sk_file = os.path.join(self.store_dir, '{}.key.pem'.format(key_alias)) 166 pk_file = os.path.join(self.store_dir, '{}.pub.pem'.format(key_alias))
|
/base/security/huks/test/reliability/src/ |
D | api_pressure_test.cpp | 934 t.join(); 953 t.join(); 972 t.join(); 991 t.join(); 1028 t.join(); 1064 t.join(); 1085 t.join(); 1119 t.join(); 1155 t.join(); 1176 t.join(); [all …]
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
D | hilog_input_socket_server.cpp | 55 tmp.join(); in StopServingThread()
|