/foundation/arkui/ace_engine/build/tools/ |
H A D | build_js.py | 34 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 D | btm_snoop.c | 192 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 D | build_ts_js.py | 50 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 D | build_ts_js.py | 50 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 D | drawing_text_font_descriptor_test.cpp | 178 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 D | check_sub_module.py | 26 if os.path.exists(sub_module) == True :
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/ |
H A D | hash_bad_01.py | 30 if not os.path.exists(idl_dir):
|
H A D | hdi_compile_opt_test_03.py | 33 if not os.path.exists(output_path):
|
H A D | hdi_compile_opt_test_02.py | 33 if not os.path.exists(output_path):
|
H A D | hdi_compile_opt_test_01.py | 33 if not os.path.exists(output_path):
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | build.py | 28 if not os.path.exists(os.path.abspath(argv[2])):
|
/foundation/graphic/graphic_2d/utils/build/ |
H A D | graphic_2d_ext_exists.py | 22 is_exist = os.path.exists(filename) and os.path.isdir(filename)
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | translistener.cpp | 38 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 D | app_clone_key_manager.cpp | 36 if (!std::filesystem::exists(keyPath, errCode)) { in ActiveAppCloneUserKey()
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_dump_ast_test/ |
H A D | hdi_compile_opt_test_03.py | 33 if not os.path.exists(output_path):
|
H A D | hdi_compile_opt_test_02.py | 33 if not os.path.exists(output_path):
|
H A D | hdi_compile_opt_test_01.py | 33 if not os.path.exists(output_path):
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | content_parser.py | 50 if os.path.exists(self.file_path):
|
H A D | pre_process.py | 28 # 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 D | plugin_config.py | 36 if not os.path.exists(argv[2]):
|
/foundation/systemabilitymgr/samgr/test/autotest/ |
H A D | choose_device.py | 27 if not os.path.exists(path):
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | movedir.cpp | 43 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 D | framework2char.py | 166 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 D | download_monitor.cpp | 197 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 D | rs_graphic_test.cpp | 118 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()
|