Home
last modified time | relevance | path

Searched refs:SetNativeLibraryPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2053 innerBundleInfo.SetNativeLibraryPath(soRelativePath); in UpdateNativeSoAttrs()
2063 innerBundleInfo.SetNativeLibraryPath(soRelativePath); in UpdateNativeSoAttrs()
H A Dmodule_profile.cpp1767 innerBundleInfo.SetNativeLibraryPath(soRelativePath); in UpdateNativeSoAttrs()
1777 innerBundleInfo.SetNativeLibraryPath(soRelativePath); in UpdateNativeSoAttrs()
H A Dbundle_install_checker.cpp1070 info.second.SetNativeLibraryPath(nativeLibraryPath); in CheckMultiNativeSo()
H A Dbase_bundle_installer.cpp4344 item.second.SetNativeLibraryPath(oldInfo.GetNativeLibraryPath()); in CheckNativeSoWithOldInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5675 oldInfo.SetNativeLibraryPath("libs/arm");
5706 oldInfo.SetNativeLibraryPath("libs/arm");
5744 oldInfo.SetNativeLibraryPath("arm");
5778 oldInfo.SetNativeLibraryPath("libs/arm");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1611 void SetNativeLibraryPath(const std::string &nativeLibraryPath) in SetNativeLibraryPath() function