Searched refs:Detach (Results 1 – 4 of 4) sorted by relevance
81 bool LoopControl::Detach(const std::string& loopdev) const { in Detach() function in android::dm::LoopControl158 control_.Detach(device_); in ~LoopDevice()
44 bool Detach(const std::string& loopdev) const;
239 PCHECK(loop_control.Detach(StringPrintf("/dev/block/%s", dp->d_name).data()));405 ~AutoDetachLoopDevice() { PCHECK(control_->Detach(name_)) << name_; } in ~AutoDetachLoopDevice()
343 control_.Detach(device); in ~AutoDetachLoopDevices()604 loop.Detach(pieces[1]); in UnmapImageDevice()