Searched refs:nativeLibraryPath_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 168 nativeLibraryPath_ = ""; in ResetProperties() 511 nativeLibraryPath_; in ExtractModule() 589 if (!newInfo.FetchNativeSoAttrs(moduleName, cpuAbi_, nativeLibraryPath_)) { in ProcessNativeLibrary() 593 cpuAbi_.c_str(), nativeLibraryPath_.c_str()); in ProcessNativeLibrary() 595 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in ProcessNativeLibrary() 615 result = MoveSoToRealPath(moduleName, versionDir, nativeLibraryPath_); in ProcessNativeLibrary()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 625 std::string realSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + nativeLibraryPath_ + in MoveSoToRealPath() 630 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in MoveSoToRealPath() 680 if (!newInfo.FetchNativeSoAttrs(moduleName, cpuAbi, nativeLibraryPath_)) { in ProcessNativeLibrary() 684 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in ProcessNativeLibrary()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | inner_shared_bundle_installer.h | 138 std::string nativeLibraryPath_; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 121 std::string nativeLibraryPath_; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1114 installer.nativeLibraryPath_ = "path/testModuleName";
|