Searched refs:GetTargetByName (Results 1 – 5 of 5) sorted by relevance
76 ASSERT_TRUE(dm.GetTargetByName("linear", &info)); in TEST_F()343 if (!dm.GetTargetByName("snapshot", &info)) { in CheckSnapshotAvailability()347 if (!dm.GetTargetByName("snapshot-merge", &info)) { in CheckSnapshotAvailability()351 if (!dm.GetTargetByName("snapshot-origin", &info)) { in CheckSnapshotAvailability()
186 if (!dm.GetTargetByName(target_type, &info)) { in ReportsOverflow()
409 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName() function in android::dm::DeviceMapper
215 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);
287 return dm.GetTargetByName("user", nullptr); in KernelSupportsCompressedSnapshots()