Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp402 class AutoDetachLoopDevice : public AutoDevice { class
404 AutoDetachLoopDevice(LoopControl* control, const std::string& device) in AutoDetachLoopDevice() function in android::snapshot::AutoDetachLoopDevice
406 ~AutoDetachLoopDevice() { PCHECK(control_->Detach(name_)) << name_; } in ~AutoDetachLoopDevice()
418 return std::make_unique<AutoDetachLoopDevice>(control, *mapped_path); in CheckMapImage()