Searched refs:GetTableInfo (Results 1 – 4 of 4) sorted by relevance
133 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
246 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices()319 if (!dm.GetTableInfo(argv[0], &table)) { in TableCmdHandler()
295 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper
1734 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()