Home
last modified time | relevance | path

Searched refs:exists (Results 1 - 25 of 155) sorted by relevance

1234567

/foundation/arkui/ace_engine/build/tools/
H A Dbuild_js.py34 if os.path.exists(interface_target_path):
39 if os.path.exists(third_party_target_path):
50 if os.path.exists(js2bundle_target_path):
59 if not os.path.exists(js2bundle_node_modules_target_path):
63 if os.path.exists(target_i18n_path):
66 if os.path.exists(source_i18n_path):
70 if os.path.exists(target_common_path):
73 if os.path.exists(source_common_path):
89 if os.path.exists(target_build_dest_path):
/base/update/packaging_tools/test/
H A 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("
[all...]
H A 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"):
H A Dcreate_package_data.py91 if not os.path.exists(package_name_path):
117 if not os.path.exists(updater_config_path):
195 if os.path.exists("./%s" % package_name):
197 if os.path.exists("./%s.zip" % package_name):
199 if os.path.exists("./partition_file.xml"):
201 if os.path.exists("./rsa_private_key2048.pem"):
H A Dtest_update_package.py123 if os.path.exists(VERSION_MBN_PATH):
125 if os.path.exists(BOARD_LIST_PATH):
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c192 bool exists = false; in BtmIsFileExists() local
195 exists = true; in BtmIsFileExists()
198 return exists; in BtmIsFileExists()
204 bool exists = BtmIsFileExists(HCI_LOG_PATH); in BtmPrepareSnoopFile() local
205 if (exists) { in BtmPrepareSnoopFile()
219 bool exists = BtmIsFileExists(g_outputPath); in BtmPrepareSnoopFile() local
220 if (exists) { in BtmPrepareSnoopFile()
/foundation/filemanagement/file_api/interfaces/kits/ts/streamhash/
H A Dbuild_ts_js.py50 if not os.path.exists(NODE_PATH):
55 if not os.path.exists(INPUT_ARGUMENTS.out_file):
/foundation/filemanagement/file_api/interfaces/kits/ts/streamrw/
H A Dbuild_ts_js.py50 if not os.path.exists(NODE_PATH):
55 if not os.path.exists(INPUT_ARGUMENTS.out_file):
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_font_descriptor_test.cpp178 if (!fs::exists(INSTALLED_FONT_CONFIG_FILE)) { in HWTEST_F()
203 if (!fs::exists(STYLISH_FONT_CONFIG_FILE) && !fs::exists(STYLISH_FONT_CONFIG_PROD_FILE)) { in HWTEST_F()
250 if (!fs::exists(STYLISH_FONT_CONFIG_FILE) && !fs::exists(STYLISH_FONT_CONFIG_PROD_FILE) && in HWTEST_F()
251 !fs::exists(INSTALLED_FONT_CONFIG_FILE)) { in HWTEST_F()
/base/startup/init/scripts/
H A 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):
/foundation/communication/dsoftbus/
H A Dcheck_sub_module.py26 if os.path.exists(sub_module) == True :
/base/update/packaging_tools/
H A Dbuild_module_package.py126 the update package path exists.
131 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):
/foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/
H A Dhash_bad_01.py30 if not os.path.exists(idl_dir):
H A Dhdi_compile_opt_test_03.py33 if not os.path.exists(output_path):
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A Dbuild.py28 if not os.path.exists(os.path.abspath(argv[2])):
/foundation/graphic/graphic_2d/utils/build/
H A Dgraphic_2d_ext_exists.py22 is_exist = os.path.exists(filename) and os.path.isdir(filename)
/base/hiviewdfx/hiview/build/
H A Dcopy_plugin_config.py23 if not os.path.exists(dest_dir):
/base/update/updater/services/script/
H A Dgenerate_yacc.py32 if not os.path.exists(yacc_path):
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dapp_clone_key_manager.cpp36 if (!std::filesystem::exists(keyPath, errCode)) { in ActiveAppCloneUserKey()
/base/security/asset/services/db_key_operator/src/
H A Dlib.rs40 match secret_key.exists() { in generate_secret_key_if_needed()
44 match secret_key.exists() { in generate_secret_key_if_needed()
94 /// Check whether the database key exists.
99 /// Read db key cipher and decrypt if the db key cipher file exists, generate db_key if not.
/base/security/asset/services/crypto_manager/src/
H A Dsecret_key.rs99 if key.exists()? { in get_existing_key_alias()
100 logi!("[INFO][{access_type}]-typed secret key with v3 alias exists."); in get_existing_key_alias()
111 if key.exists()? { in get_existing_key_alias()
112 logi!("[INFO][{access_type}]-typed secret key with v2 alias exists."); in get_existing_key_alias()
124 if key.exists()? { in get_existing_key_alias()
125 logi!("[INFO][{access_type}]-typed secret key with v1 alias exists."); in get_existing_key_alias()
181 loge!("[FATAL]Can not determine whether [{access_type}]-typed secret key exists, err is {}", e); in rename_key_alias()
218 /// Check whether the secret key exists.
219 pub fn exists(&self) -> Result<bool> { in exists() functions
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dtranslistener.cpp38 if (std::filesystem::exists(pathName, errCode)) { in RmDir()
44 LOGE("pathName is not exists, error code: %{public}d", errCode.value()); in RmDir()
52 while (std::filesystem::exists(DISTRIBUTED_PATH + random)) { in CreateDfsCopyPath()
132 if (std::filesystem::exists(sandboxDir, errCode)) { in PrepareCopySession()
156 if (std::filesystem::exists(sandboxPath) && std::filesystem::is_directory(sandboxPath)) { in CopyToSandBox()
/foundation/ability/idl_tool/test/hdi_unittest/hdi_dump_ast_test/
H A Dhdi_compile_opt_test_03.py33 if not os.path.exists(output_path):
H A Dhdi_compile_opt_test_02.py33 if not os.path.exists(output_path):
H A Dhdi_compile_opt_test_01.py33 if not os.path.exists(output_path):

Completed in 8 milliseconds

1234567