Home
last modified time | relevance | path

Searched refs:HasEntry (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp69 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
96 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMappingFromI18n()
116 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp92 bool Extractor::HasEntry(const std::string &fileName) const in HasEntry() function in OHOS::AbilityBase::Extractor
99 return zipFile_.HasEntry(fileName); in HasEntry()
149 bool isStageBasedModel = zipFile_.HasEntry(entry); in IsStageBasedModel()
205 isStageModel_ = !zipFile_.HasEntry("config.json"); in IsStageModel()
H A Dzip_file.cpp326 bool ZipFile::HasEntry(const std::string &entryName) const in HasEntry() function in OHOS::AbilityBase::ZipFile
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider.cpp50 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
70 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
H A Dhap_asset_provider_impl.cpp50 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
70 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp52 bool BaseExtractor::HasEntry(const std::string &fileName) const in HasEntry() function in OHOS::AppExecFwk::BaseExtractor
59 return zipFile_.HasEntry(fileName); in HasEntry()
H A Dbundle_parser.cpp157 if (!bundleExtractor.HasEntry(BUNDLE_PACKFILE_NAME)) { in ParsePackInfo()
184 if (!bundleExtractor.HasEntry(SYSCAP_NAME)) { in ParseSysCap()
H A Dzip_file.cpp246 bool ZipFile::HasEntry(const std::string &entryName) const in HasEntry() function in OHOS::AppExecFwk::ZipFile
H A Dbundle_install_checker.cpp374 if (newInfo.HasEntry()) { in ParseHapFiles()
923 bool hasEntry = (infos.begin()->second).HasEntry(); in CheckAppLabelInfo()
996 hasEntry = info.second.HasEntry(); in CheckAppLabelInfo()
H A Dbase_bundle_installer.cpp2197 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessNewModuleInstall()
2268 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessModuleUpdate()
4037 if (oldInfo.HasEntry()) { in CheckVersionCompatibilityForApplication()
5631 if (info.second.HasEntry()) { in InstallEntryMoudleFirst()
H A Dbundle_data_mgr.cpp348 oldInfo.UpdateBaseBundleInfo(newInfo.GetBaseBundleInfo(), newInfo.HasEntry()); in AddNewModuleInfo()
349 oldInfo.UpdateBaseApplicationInfo(newInfo.GetBaseApplicationInfo(), newInfo.HasEntry()); in AddNewModuleInfo()
625 oldInfo.UpdateBaseBundleInfo(newInfo.GetBaseBundleInfo(), newInfo.HasEntry()); in UpdateInnerBundleInfo()
627 newInfo.GetBaseApplicationInfo(), newInfo.HasEntry()); in UpdateInnerBundleInfo()
7187 if (!bundleExtractor.HasEntry(profilePath)) { in GetJsonProfileByExtractor()
7908 !oldInfo.HasEntry() || newInfo.HasEntry() || in IsUpdateInnerBundleInfoSatisified()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_extractor.h59 bool HasEntry(const std::string &fileName) const;
H A Dzip_file.h183 bool HasEntry(const std::string &entryName) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp102 ASSERT_TRUE(aclNew.HasEntry(entry));
122 ASSERT_TRUE(aclNew.HasEntry(entry));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp92 if (!bundleExtractor.HasEntry(UTD_PROFILE_PATH)) { in GetUtdProfileFromHap()
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp334 EXPECT_FALSE(extractor->HasEntry(fileName));
337 EXPECT_FALSE(extractor->HasEntry(""));
338 EXPECT_FALSE(extractor->HasEntry(ERROR_FILENAME));
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp382 return HasEntry(isSys? sysExtractor_: extractor_, rawFile); in IsRawFileExist()
418 bool OhosResourceAdapterImpl::HasEntry(const std::shared_ptr<OHOS::AbilityBase::Extractor>& manager, in HasEntry() function in OHOS::NWeb::OhosResourceAdapterImpl
424 return manager->HasEntry(rawFile); in HasEntry()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h69 bool HasEntry(const std::string &fileName) const;
H A Dzip_file.h201 bool HasEntry(const std::string &entryName) const;
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/include/
H A Dohos_resource_adapter_impl.h89 static bool HasEntry(const std::shared_ptr<OHOS::AbilityBase::Extractor>& manager,
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp143 result = adapterImpl.HasEntry(extractor, rawFile);
145 result = adapterImpl.HasEntry(nullptr, rawFile);
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/include/
H A Dacl.h131 bool HasEntry(const AclXattrEntry &entry);
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp216 bool Acl::HasEntry(const AclXattrEntry &Acl) in HasEntry() function in OHOS::DATABASE_UTILS::Acl
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp298 if (!extractor->HasEntry(rawfilePath)) { in ReadRawFileFromHap()
327 if (!extractor->HasEntry(rawfilePath)) { in ReadRawFileDescriptor()
952 if (extractor->HasEntry(rawPath)) { in IsRawDirFromHap()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp511 bool hasFile = extractor->HasEntry(filePathName); in GetAmi()

12