Searched refs:GetTableInfo (Results 1 – 8 of 8) sorted by relevance
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 215 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 329 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices() 444 if (!dm.GetTableInfo(argv[0], &table)) { in DumpTable()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.cpp | 141 if (!dm.GetTableInfo(dev_name, &table)) { in GetTableInfoIfExists()
|
D | snapshot.cpp | 711 if (!dm.GetTableInfo(dm_name, &old_targets)) { in RewriteSnapshotDeviceTable() 754 result = dm.GetTableInfo(dm_name, &targets); in GetSingleTarget() 1130 if (!dm.GetTableInfo(name, &outer_table)) { in CollapseSnapshotDevice()
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 454 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer.cpp | 110 if (!dm.GetTableInfo(dm_name, &table)) { in DeviceMapperStackPop()
|
/system/gsid/ |
D | gsi_service.cpp | 433 if (!dm.GetTableInfo(device.name(), &table)) { in dumpDeviceMapperDevices()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 2113 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()
|