Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 28) sorted by relevance

12

/base/update/packaging_tools/test/
Dtest_build_update.py53 if not os.path.exists("./output_test"):
79 if not os.path.exists("./output_test"):
106 if not os.path.exists("./output_test"):
132 if not os.path.exists("./output_test"):
156 if not os.path.exists("./output_test"):
182 if not os.path.exists("./output_test"):
185 if os.path.exists(output):
292 if not os.path.exists("./output_test"):
303 pkg_re = os.path.exists(output)
317 if not os.path.exists("./output_test"):
[all …]
Dtest_utils.py72 self.assertEqual((type(check_re[0]), os.path.exists(check_re[1])),
93 if os.path.exists("./updater_specified_config_repeats.xml"):
106 clear_re = os.path.exists('test.file')
125 if os.path.exists(VERSION_MBN_PATH):
141 if os.path.exists(VERSION_MBN_PATH):
143 if os.path.exists(BOARD_LIST_PATH):
158 if os.path.exists("./partition_file_conversion_failed.xml"):
Dcreate_package_data.py91 if not os.path.exists(package_name_path):
124 if not os.path.exists(updater_config_path):
211 if os.path.exists("./%s" % package_name):
213 if os.path.exists("./%s.zip" % package_name):
215 if os.path.exists("./partition_file.xml"):
217 if os.path.exists("./rsa_private_key2048.pem"):
Dtest_update_package.py113 if os.path.exists(VERSION_MBN_PATH):
115 if os.path.exists(BOARD_LIST_PATH):
Dtest_script_generator.py121 if os.path.exists(file_path):
Dtest_image_class.py55 if os.path.exists('vendor.img'):
/base/update/packaging_tools/
Dbuild_module_package.py131 if os.path.exists(arg):
396 if os.path.exists(img_file_path):
403 if os.path.exists(pub_key_file_path):
412 if not os.path.exists(align_package):
419 if os.path.exists(signed_package):
431 if os.path.exists(align_package):
433 if os.path.exists(unsigned_package):
Dutils.py269 if os.path.exists(mbn_path):
283 if os.path.exists(xml_path):
364 if os.path.exists(xml_path):
548 if make_dir_path is not None and os.path.exists(make_dir_path):
552 os.path.exists(update_package_file_path):
567 if not os.path.exists(file_path):
Dupdate_package.py344 if not os.path.exists(update_exe_path):
475 if os.path.exists(signed_package):
488 if os.path.exists(update_package_path):
493 if os.path.exists(update_package_path):
517 if not os.path.exists(file_path):
Dbuild_update.py95 if arg is not None and not os.path.exists(arg):
124 if os.path.exists(arg):
344 if os.path.exists(xml_path):
482 if not os.path.exists(image_path):
496 if not os.path.exists(map_path):
630 if not os.path.exists(each_src_map_path):
637 if not os.path.exists(each_tgt_map_path):
Dbuild_hmp.py64 if os.path.exists(arg):
Dbuild_module_img.py160 if os.path.exists(args.output_image_path):
Dunpack_updater_package.py85 not os.path.exists(self.save_path):
Dimage_class.py95 if not os.path.exists(each_image_path):
/base/startup/init/scripts/
Dparam_cfg_to_code.py148 if not os.path.exists(out_dir):
154 if not os.path.exists(source):
160 if os.path.exists(dst):
/base/hiviewdfx/hiview/build/
Dcopy_plugin_config.py23 if not os.path.exists(dest_dir):
Dgen_plugin_build.py30 if not os.path.exists(input_file):
43 if not os.path.exists(file_dir):
59 if not os.path.exists(gn_path):
/base/update/updater/services/script/
Dgenerate_yacc.py32 if not os.path.exists(yacc_path):
/base/security/device_security_level/oem_property/ohos/standard/
Ddslm_cred_tool.py98 if self.exe is None or not os.path.exists(self.exe):
101 if not os.path.exists(store_dir):
122 if os.path.exists(sk_file):
124 if os.path.exists(pk_file):
145 if os.path.exists(sk_file):
147 if os.path.exists(pk_file):
/base/security/selinux_adapter/scripts/
Dbuild_contexts.py167 if os.path.exists(contexts_file + ".bin"):
227 if os.path.exists(contexts_file + ".bin"):
286 if (os.path.exists(path)):
/base/global/timezone/tool/update_tool/
Ddownload_iana.py96 if not os.path.exists(download_path):
/base/update/sys_installer/services/module_update/
D模块升级编译打包和使用指南.md319 ## 编译失败:File xxx_abi_info.dump not exists!
334 [OHOS ERROR]     raise Exception("File " + base_file + " not exists!")
335 … ERROR] Exception: File ../../prebuilts/abi_dumps/ohos_clang_arm/ace_napi_abi_info.dump not exists!
/base/hiviewdfx/hichecker/
DREADME.md62 | | contains(BigInt rule) : boolean | Checks whether a rule exists. …
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/test/
DRequestCreateTask.test.ets394 * @tc.desc: Test create task when overwrite is true and file exists
419 * @tc.desc: Test create task when overwrite is true and file not exists
442 * @tc.desc: Test create task when overwrite is false and file exists
467 * @tc.desc: Test create task when overwrite is false and file not exists
1515 * @tc.desc: Test create task when index is 0 and begins is 5 and ends is not exists for upload
1545 … * @tc.desc: Test create task when index is 0 and begins is not exists and ends is 10 for download
1568 * @tc.desc: Test create task when index is 0 and begins is 5 and ends is not exists for upload
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp710 bool exists = false; in GetSerialNumber() local
714 exists = true; in GetSerialNumber()
718 if (!exists) { in GetSerialNumber()

12