Searched refs:GetTargetByName (Results 1 – 5 of 5) sorted by relevance
78 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()
190 if (!dm.GetTargetByName(target_type, &info)) { in ReportsOverflow()
416 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName() function in android::dm::DeviceMapper
295 return dm.GetTargetByName("user", nullptr); in KernelSupportsCompressedSnapshots()
216 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);