Home
last modified time | relevance | path

Searched refs:IsFileExisted (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp435 bool fileExisted = IsFileExisted(filePath);
599 bool fileExisted = IsFileExisted(filePath);
1040 fileExisted = IsFileExisted(filePath);
1294 fileExisted = IsFileExisted(filePath);
1383 fileExisted = IsFileExisted(filePath);
1425 fileExisted = IsFileExisted(filePath);
1467 fileExisted = IsFileExisted(filePath);
1473 fileExisted = IsFileExisted(filePath);
1515 fileExisted = IsFileExisted(filePath);
1557 fileExisted = IsFileExisted(filePath);
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/
H A Dplatform_adapter.cpp54 mode = IsFileExisted(RUNTIME_MODE_FILE_PATH); in SetEngineSnapshotModeManually()
56 mode = !(IsFileExisted(RUNTIME_MODE_FILE_PATH)); in SetEngineSnapshotModeManually()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_player.h36 if (IsFileExisted(resPath_)) { in GetResPath()
H A Dutil.h136 bool IsFileExisted(const std::string& filePath);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Djs_ability_stage.h88 bool IsFileExisted(const std::string &filePath);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/
H A Dmem_proc.cpp169 return IsFileExisted(MEM_PROC_ENABLE_FLAG_FILE); in IsEnabled()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.cpp217 bool DataShareProfileConfig::IsFileExisted(const std::string &filePath) in IsFileExisted() function in OHOS::DataShare::DataShareProfileConfig
231 if (!IsFileExisted(resPath)) { in ReadProfile()
H A Ddata_share_profile_config.h89 static bool IsFileExisted(const std::string &filePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client_impl.h83 bool IsFileExisted(const std::string &filePath) const;
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp114 if (!IsFileExisted(resPath_)) { in GetPicZipPath()
H A Dutil.cpp35 bool IsFileExisted(const std::string& filePath) in IsFileExisted() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp380 bool BundleMgrClientImpl::IsFileExisted(const std::string &filePath) const in IsFileExisted() function in OHOS::AppExecFwk::BundleMgrClientImpl
396 if (!IsFileExisted(resPath)) { in TransformFileToJsonString()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp321 bool hasJson = IsFileExisted(curLanguageFilePath); in UpdateDefaultFont()
H A Djs_fwk_common.h218 bool IsFileExisted(const char * const filePath);
H A Djs_fwk_common.cpp563 bool IsFileExisted(const char * const filePath) in IsFileExisted() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp186 enabled_ = IsFileExisted(PROFILER_ENABLE_FLAG_FILE); in PrepareDataBuffer()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp680 bool JsAbilityStage::IsFileExisted(const std::string &filePath) in IsFileExisted() function in OHOS::AbilityRuntime::JsAbilityStage
696 if (!IsFileExisted(resPath)) { in TransformFileToJsonString()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2085 bool res = bundleMgrClientImpl.IsFileExisted("");
2138 bool res = impl.IsFileExisted(filePath);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1939 if (IsFileExisted(component->patternPathValue_)) { in CreatePattern()