Searched refs:GetTableInfo (Results 1 – 9 of 9) sorted by relevance
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 228 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 337 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices() 468 if (!dm.GetTableInfo(argv[0], &table)) { in DumpTable()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 149 GetTableInfo = 2; enumerator
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.cpp | 141 if (!dm.GetTableInfo(dev_name, &table)) { in GetTableInfoIfExists()
|
D | snapshot.cpp | 803 if (!dm.GetTableInfo(name, &old_targets)) { in RewriteSnapshotDeviceTable() 805 return MergeFailureCode::GetTableInfo; in RewriteSnapshotDeviceTable() 846 result = dm.GetTableInfo(dm_name, &targets); in GetSingleTarget()
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 493 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/core/fs_mgr/ |
D | fs_mgr.cpp | 2199 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_get_hashtree_algorithm() 2235 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()
|
/system/gsid/ |
D | gsi_service.cpp | 473 if (!dm.GetTableInfo(device.name(), &table)) { in dumpDeviceMapperDevices()
|