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()
29 "loop_control.cpp",
230 LoopControl loop_control; local239 PCHECK(loop_control.Detach(StringPrintf("/dev/block/%s", dp->d_name).data()));
1979 LoopControl loop_control; in PrepareZramDevice() local1981 if (!loop_control.Attach(target_fd.get(), 5s, &device)) { in PrepareZramDevice()