Home
last modified time | relevance | path

Searched refs:GetTargetByName (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libdm/
Ddm_test.cpp78 ASSERT_TRUE(dm.GetTargetByName("linear", &info)); in TEST_F()
352 if (!dm.GetTargetByName("snapshot", &info)) { in CheckSnapshotAvailability()
356 if (!dm.GetTargetByName("snapshot-merge", &info)) { in CheckSnapshotAvailability()
360 if (!dm.GetTargetByName("snapshot-origin", &info)) { in CheckSnapshotAvailability()
780 if (!DeviceMapper::Instance().GetTargetByName("thin-pool", nullptr)) GTEST_SKIP(); in TEST_F()
Ddm_target.cpp190 if (!dm.GetTargetByName(target_type, &info)) { in ReportsOverflow()
Ddm.cpp416 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName() function in android::dm::DeviceMapper
/system/core/fs_mgr/libsnapshot/
Dutility.cpp295 return dm.GetTargetByName("user", nullptr); in KernelSupportsCompressedSnapshots()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h216 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);