Searched refs:AutoDetachLoopDevice (Results 1 – 1 of 1) sorted by relevance
402 class AutoDetachLoopDevice : public AutoDevice { class404 AutoDetachLoopDevice(LoopControl* control, const std::string& device) in AutoDetachLoopDevice() function in android::snapshot::AutoDetachLoopDevice406 ~AutoDetachLoopDevice() { PCHECK(control_->Detach(name_)) << name_; } in ~AutoDetachLoopDevice()418 return std::make_unique<AutoDetachLoopDevice>(control, *mapped_path); in CheckMapImage()