Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/include/
H A Dmodule_loop.h67 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath);
68 bool RemoveDmLoopDevice(const std::string &loopDevPath);
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp340 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath) in RemoveDmLoopDevice() function
377 bool RemoveDmLoopDevice(const std::string &loopDevPath) in RemoveDmLoopDevice() function
H A Dmodule_update.cpp135 if (Loop::RemoveDmLoopDevice(mountPoint, imagePath)) { in RemoveMountPoint()