Home
last modified time | relevance | path

Searched refs:Detach (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libdm/
Dloop_control.cpp81 bool LoopControl::Detach(const std::string& loopdev) const { in Detach() function in android::dm::LoopControl
158 control_.Detach(device_); in ~LoopDevice()
/system/core/fs_mgr/libdm/include/libdm/
Dloop_control.h44 bool Detach(const std::string& loopdev) const;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp239 PCHECK(loop_control.Detach(StringPrintf("/dev/block/%s", dp->d_name).data()));
405 ~AutoDetachLoopDevice() { PCHECK(control_->Detach(name_)) << name_; } in ~AutoDetachLoopDevice()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp343 control_.Detach(device); in ~AutoDetachLoopDevices()
604 loop.Detach(pieces[1]); in UnmapImageDevice()