Home
last modified time | relevance | path

Searched refs:DmTargetTypeInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h175 bool GetAvailableTargets(std::vector<DmTargetTypeInfo>* targets);
179 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);
H A Ddm_target.h29 class DmTargetTypeInfo {
31 DmTargetTypeInfo() : major_(0), minor_(0), patch_(0) {} in DmTargetTypeInfo() function
32 DmTargetTypeInfo(const struct dm_target_versions* info) in DmTargetTypeInfo() function
/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp319 bool DeviceMapper::GetAvailableTargets(std::vector<DmTargetTypeInfo>* targets) { in GetAvailableTargets()
381 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName()
382 std::vector<DmTargetTypeInfo> targets; in GetTargetByName()
H A Ddm_target.cpp181 DmTargetTypeInfo info; in ReportsOverflow()
H A Ddm_test.cpp47 DmTargetTypeInfo info; in TEST()
314 DmTargetTypeInfo info; in CheckSnapshotAvailability()
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp299 std::vector<DmTargetTypeInfo> targets;