Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp50 ASSERT_TRUE(dm.GetTargetByName("linear", &info)); in TEST()
317 if (!dm.GetTargetByName("snapshot", &info)) { in CheckSnapshotAvailability()
321 if (!dm.GetTargetByName("snapshot-merge", &info)) { in CheckSnapshotAvailability()
325 if (!dm.GetTargetByName("snapshot-origin", &info)) { in CheckSnapshotAvailability()
H A Ddm_target.cpp182 if (!dm.GetTargetByName(target_type, &info)) { in ReportsOverflow()
H A Ddm.cpp381 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h179 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);