Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h635 …ErrCode MoveFileToRealInstallationDir(const std::unordered_map<std::string, InnerBundleInfo> &info…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4554 if ((result = MoveFileToRealInstallationDir(infos)) != ERR_OK) { in SaveHapToInstallPath()
5432 ErrCode BaseBundleInstaller::MoveFileToRealInstallationDir( in MoveFileToRealInstallationDir() function in OHOS::AppExecFwk::BaseBundleInstaller