Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h131 class DeviceMapperWrapper : public android::dm::IDeviceMapper {
136 DeviceMapperWrapper() : impl_(android::dm::DeviceMapper::Instance()) {} in DeviceMapperWrapper() function
137 explicit DeviceMapperWrapper(android::dm::IDeviceMapper& impl) : impl_(impl) {} in DeviceMapperWrapper() function
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2529 class DmStatusFailure final : public DeviceMapperWrapper { in TEST_F()
2532 if (!DeviceMapperWrapper::GetTableStatus(name, table)) { in TEST_F()