Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h133 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
/system/core/fs_mgr/tools/
Ddmctl.cpp246 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices()
319 if (!dm.GetTableInfo(argv[0], &table)) { in TableCmdHandler()
/system/core/fs_mgr/libdm/
Ddm.cpp295 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper
/system/core/fs_mgr/
Dfs_mgr.cpp1734 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()