Home
last modified time | relevance | path

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

12345

/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):
/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()
/foundation/communication/dsoftbus/
H A Dcheck_sub_module.py26 if os.path.exists(sub_module) == True :
/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):
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):
/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)
/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/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dapp_clone_key_manager.cpp36 if (!std::filesystem::exists(keyPath, errCode)) { in ActiveAppCloneUserKey()
/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):
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dcontent_parser.py50 if os.path.exists(self.file_path):
H A Dpre_process.py28 # Check if the file at the output file path exists, and if it does, delete it first.
29 if os.path.exists(output_file):
/foundation/multimedia/media_foundation/engine/plugin/plugins/
H A Dplugin_config.py36 if not os.path.exists(argv[2]):
/foundation/systemabilitymgr/samgr/test/autotest/
H A Dchoose_device.py27 if not os.path.exists(path):
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmovedir.cpp43 if (filesystem::exists(pathName, errCode)) { in JudgeExistAndEmpty()
56 if (filesystem::exists(pathName, errCode)) { in RmDirectory()
64 HILOGE("fs exists fail, errcode is %{public}d", errCode.value()); in RmDirectory()
110 if (filesystem::exists(dstPath, errCode)) { in CopyAndDeleteFile()
129 if (filesystem::exists(dstPath, errCode)) { in RenameFile()
140 HILOGE("fs exists or is_directory fail, errcode is %{public}d", errCode.value()); in RenameFile()
163 if (filesystem::exists(destPath, errCode)) { in RenameDir()
166 HILOGE("fs exists fail, errcode is %{public}d", errCode.value()); in RenameDir()
/foundation/arkui/ace_engine_lite/frameworks/tools/snapshot/
H A Dframework2char.py166 if (os.path.exists(os.path.abspath(FRAMEWORK_SNAPSHOT_FILE_PATH))
167 and os.path.exists(os.path.abspath(FRAMEWORK_JS_FILE_PATH))):
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp197 bool exists = CppExt::AnyOf(retryTasks_.begin(), retryTasks_.end(), [&](const RetryRequest& item) { in OnDownloadStatus() local
200 if (!exists) { in OnDownloadStatus()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test.cpp118 if (std::filesystem::exists(filename)) { in TearDown()
119 LOGW("RSGraphicTest file exists %{public}s", filename.c_str()); in TearDown()
177 if (!fs::exists(imagePath)) { in GetImageSavePath()

Completed in 6 milliseconds

12345