Home
last modified time | relevance | path

Searched refs:GetNativeLibraryPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1054 std::string nativeLibraryPath = (infos.begin()->second).GetNativeLibraryPath(); in CheckMultiNativeSo()
1057 if (info.second.GetNativeLibraryPath().empty()) { in CheckMultiNativeSo()
1061 nativeLibraryPath = info.second.GetNativeLibraryPath(); in CheckMultiNativeSo()
H A Dbase_bundle_installer.cpp1332 ProcessOldNativeLibraryPath(newInfos, oldInfo.GetVersionCode(), oldInfo.GetNativeLibraryPath()); in ProcessBundleInstall()
4334 if (oldInfo.GetNativeLibraryPath().empty()) { in CheckNativeSoWithOldInfo()
4340 bool newInfoHasSo = !newInfo.GetNativeLibraryPath().empty(); in CheckNativeSoWithOldInfo()
4344 item.second.SetNativeLibraryPath(oldInfo.GetNativeLibraryPath()); in CheckNativeSoWithOldInfo()
5716 if (oldInfo.GetNativeLibraryPath().empty()) { in NeedDeleteOldNativeLib()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1606 const std::string &GetNativeLibraryPath() const in GetNativeLibraryPath() function