Searched refs:RemoveDmLoopDevice (Results 1 – 3 of 3) sorted by relevance
67 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath);68 bool RemoveDmLoopDevice(const std::string &loopDevPath);
340 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath) in RemoveDmLoopDevice() function377 bool RemoveDmLoopDevice(const std::string &loopDevPath) in RemoveDmLoopDevice() function
135 if (Loop::RemoveDmLoopDevice(mountPoint, imagePath)) { in RemoveMountPoint()