Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Ddm_test.cpp76 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()
Ddm_target.cpp186 if (!dm.GetTargetByName(target_type, &info)) { in ReportsOverflow()
Ddm.cpp409 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName() function in android::dm::DeviceMapper
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h215 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);
/system/core/fs_mgr/libsnapshot/
Dutility.cpp287 return dm.GetTargetByName("user", nullptr); in KernelSupportsCompressedSnapshots()