Searched refs:loop_control (Results 1 – 4 of 4) sorted by relevance
187 android::dm::LoopControl loop_control; in BindToUnusedLoopDevice() local188 TEST_AND_RETURN_FALSE(loop_control.Attach(data_fd, 5s, out_lo_dev_name)); in BindToUnusedLoopDevice()
33 "loop_control.cpp",
230 LoopControl loop_control; local239 PCHECK(loop_control.Detach(StringPrintf("/dev/block/%s", dp->d_name).data()));
2068 LoopControl loop_control; in PrepareZramBackingDevice() local2070 if (!loop_control.Attach(target_fd.get(), 5s, &loop_device)) { in PrepareZramBackingDevice()