Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Dloop_control.cpp168 control_.Detach(device_); in ~LoopDevice()
173 valid_ = control_.Attach(fd_.get(), timeout_ms, &device_); in Init()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Dloop_control.h91 LoopControl control_; variable
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp352 : control_(control), devices_(devices), commit_(false) {} in AutoDetachLoopDevices()
357 control_.Detach(device); in ~AutoDetachLoopDevices()
364 LoopControl& control_; member in android::fiemap::AutoDetachLoopDevices