Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h123 struct TargetInfo { struct
126 TargetInfo(const struct dm_target_spec& spec, const std::string& data) in TargetInfo() function
129 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
133 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
147 bool GetTable(const std::string& name, uint32_t flags, std::vector<TargetInfo>* table);
/system/core/fs_mgr/libdm/
Ddm.cpp291 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus()
295 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo()
301 std::vector<TargetInfo>* table) { in GetTable()
Ddm_test.cpp166 vector<DeviceMapper::TargetInfo> targets; in TEST()
/system/core/fs_mgr/tools/
Ddmctl.cpp245 std::vector<DeviceMapper::TargetInfo> table; in DmListDevices()
318 std::vector<DeviceMapper::TargetInfo> table; in TableCmdHandler()
/system/core/fs_mgr/
Dfs_mgr.cpp1708 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_is_verity_enabled()
1733 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_verity_is_check_at_most_once()