Home
last modified time | relevance | path

Searched refs:RemoveMountPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/include/
H A Dmodule_update.h35 bool RemoveMountPoint(const std::string &hmpName);
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp122 bool ModuleUpdate::RemoveMountPoint(const string &hmpName) in RemoveMountPoint() function in OHOS::SysInstaller::ModuleUpdate
203 if (!RemoveMountPoint(status.hmpName)) { in ProcessHmpFile()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp159 (void)ModuleUpdate::GetInstance().RemoveMountPoint(status.hmpName); in HotAppInstall()
203 (void)ModuleUpdate::GetInstance().RemoveMountPoint(status.hmpName); in SecondRevertInstallHotApp()