Searched refs:versionDir (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 | 485 std::string versionDir = bundleDir in ExtractModule() local 487 result = MkdirIfNotExist(versionDir); in ExtractModule() 545 std::string versionDir = bundleDir in ExtractModule() local 547 result = MkdirIfNotExist(versionDir); in ExtractModule() 583 const std::string &versionDir, in ProcessNativeLibrary() argument 615 result = MoveSoToRealPath(moduleName, versionDir, nativeLibraryPath_); in ProcessNativeLibrary() 657 const std::string &moduleName, const std::string &versionDir, in MoveSoToRealPath() argument 661 std::string realSoPath = versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR in MoveSoToRealPath() 986 std::string versionDir = bundleDir in RemoveLowerVersionSoDir() local 988 APP_LOGI("RemoveDir %{public}s", versionDir.c_str()); in RemoveLowerVersionSoDir() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 331 std::string versionDir = bundleDir + ServiceConstants::PATH_SEPARATOR + HSP_VERSION_PREFIX in ExtractSharedBundles() local 333 result = MkdirIfNotExist(versionDir); in ExtractSharedBundles() 337 std::string moduleDir = versionDir + ServiceConstants::PATH_SEPARATOR + moduleName; in ExtractSharedBundles() 341 result = ProcessNativeLibrary(bundlePath, moduleDir, moduleName, versionDir, newInfo); in ExtractSharedBundles() 357 result = MoveSoToRealPath(moduleName, versionDir); in ExtractSharedBundles() 622 …aredBundleInstaller::MoveSoToRealPath(const std::string &moduleName, const std::string &versionDir) in MoveSoToRealPath() argument 625 std::string realSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + nativeLibraryPath_ + in MoveSoToRealPath() 635 std::string tempSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in MoveSoToRealPath() 644 std::string deleteTempDir = versionDir + ServiceConstants::PATH_SEPARATOR + moduleName in MoveSoToRealPath() 676 const std::string &versionDir, in ProcessNativeLibrary() argument [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | inner_shared_bundle_installer.h | 114 ErrCode MoveSoToRealPath(const std::string &moduleName, const std::string &versionDir); 116 const std::string &moduleDir, const std::string &moduleName, const std::string &versionDir,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 67 const std::string &versionDir, 71 const std::string &moduleName, const std::string &versionDir,
|
/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 | 1101 std::string versionDir = "data/test"; variable 1102 auto ret = installer.MoveSoToRealPath(TEST_MODULE_NAME, versionDir); 1115 std::string versionDir = "data/test"; variable 1116 auto ret = installer.MoveSoToRealPath(TEST_MODULE_NAME, versionDir); 1128 std::string versionDir = "data/test"; variable 1131 HAP_FILE_PATH1, TEST_MODULE_NAME, TEST_MODULE_NAME, versionDir, newInfo);
|