Home
last modified time | relevance | path

Searched refs:tempNativeLibraryPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp630 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in MoveSoToRealPath() local
631 if (tempNativeLibraryPath.empty()) { in MoveSoToRealPath()
635 std::string tempSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in MoveSoToRealPath()
684 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in ProcessNativeLibrary() local
685 if (tempNativeLibraryPath.empty()) { in ProcessNativeLibrary()
689 … std::string tempSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in ProcessNativeLibrary()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp595 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in ProcessNativeLibrary() local
596 if (tempNativeLibraryPath.empty()) { in ProcessNativeLibrary()
602 versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in ProcessNativeLibrary()
665 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath); in MoveSoToRealPath() local
666 if (tempNativeLibraryPath.empty()) { in MoveSoToRealPath()
672 versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in MoveSoToRealPath()