/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_driver_test.cpp | 435 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 D | platform_adapter.cpp | 54 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 D | boot_player.h | 36 if (IsFileExisted(resPath_)) { in GetResPath()
|
H A D | util.h | 136 bool IsFileExisted(const std::string& filePath);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.h | 88 bool IsFileExisted(const std::string &filePath);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/ |
H A D | mem_proc.cpp | 169 return IsFileExisted(MEM_PROC_ENABLE_FLAG_FILE); in IsEnabled()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.cpp | 217 bool DataShareProfileConfig::IsFileExisted(const std::string &filePath) in IsFileExisted() function in OHOS::DataShare::DataShareProfileConfig 231 if (!IsFileExisted(resPath)) { in ReadProfile()
|
H A D | data_share_profile_config.h | 89 static bool IsFileExisted(const std::string &filePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_client_impl.h | 83 bool IsFileExisted(const std::string &filePath) const;
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_picture_player.cpp | 114 if (!IsFileExisted(resPath_)) { in GetPicZipPath()
|
H A D | util.cpp | 35 bool IsFileExisted(const std::string& filePath) in IsFileExisted() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 380 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 D | product_adapter.cpp | 321 bool hasJson = IsFileExisted(curLanguageFilePath); in UpdateDefaultFont()
|
H A D | js_fwk_common.h | 218 bool IsFileExisted(const char * const filePath);
|
H A D | js_fwk_common.cpp | 563 bool IsFileExisted(const char * const filePath) in IsFileExisted() function
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.cpp | 186 enabled_ = IsFileExisted(PROFILER_ENABLE_FLAG_FILE); in PrepareDataBuffer()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 680 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 D | bundle_mgr_client_system_test.cpp | 2085 bool res = bundleMgrClientImpl.IsFileExisted(""); 2138 bool res = impl.IsFileExisted(filePath);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | canvas_component.cpp | 1939 if (IsFileExisted(component->patternPathValue_)) { in CreatePattern()
|