platform_system_core/fs_mgr/libdm
David Anderson 1f428ea054 libdm: Add helper classes for loop control.
This change adds a LoopControl class for interacting with the loop
control device. In addition it provides a LoopDevice class for creating
temporary loop devices. This is aimed at being a building block for libdm
tests, so the current functionality is limited to attaching and
detaching file descriptors and finding free loop devices.

Bug: 110035986
Test: libdm_test gtest
Change-Id: Ice2891e3a44a037aff7b81c63ac793815640d582
2018-06-25 11:37:51 -07:00
..
include/libdm libdm: Add helper classes for loop control. 2018-06-25 11:37:51 -07:00
Android.bp libdm: Add helper classes for loop control. 2018-06-25 11:37:51 -07:00
dm.cpp libdm: Implement GetDmDevicePathByName(). 2018-06-22 14:23:31 -07:00
dm_table.cpp libdm: Implement zero and linear targets. 2018-06-21 12:48:34 -07:00
dm_target.cpp libdm: Implement zero and linear targets. 2018-06-21 12:48:34 -07:00
dm_test.cpp libdm: Add DmTargetTypeInfo and a unit test. 2018-06-21 12:48:34 -07:00
loop_control.cpp libdm: Add helper classes for loop control. 2018-06-25 11:37:51 -07:00
loop_control_test.cpp libdm: Add helper classes for loop control. 2018-06-25 11:37:51 -07:00