Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h137 class DeviceMapperWrapper : public android::dm::IDeviceMapper {
142 DeviceMapperWrapper() : impl_(android::dm::DeviceMapper::Instance()) {} in DeviceMapperWrapper() function
143 explicit DeviceMapperWrapper(android::dm::IDeviceMapper& impl) : impl_(impl) {} in DeviceMapperWrapper() function
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp2770 class DmStatusFailure final : public DeviceMapperWrapper { in TEST_F()
2773 if (!DeviceMapperWrapper::GetTableStatus(name, table)) { in TEST_F()