Searched refs:GetTableInfo (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 245 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
|
/aosp12/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 337 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices() 468 if (!dm.GetTableInfo(argv[0], &table)) { in DumpTable()
|
/aosp12/system/core/fs_mgr/libsnapshot/android/snapshot/ |
H A D | snapshot.proto | 149 GetTableInfo = 2; enumerator
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_fuzz_utils.cpp | 141 if (!dm.GetTableInfo(dev_name, &table)) { in GetTableInfoIfExists()
|
H A D | snapshot.cpp | 813 if (!dm.GetTableInfo(name, &old_targets)) { in RewriteSnapshotDeviceTable() 815 return MergeFailureCode::GetTableInfo; in RewriteSnapshotDeviceTable() 856 result = dm.GetTableInfo(dm_name, &targets); in GetSingleTarget()
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | dm.cpp | 511 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 110 if (!dm.GetTableInfo(dm_name, &table)) { in DeviceMapperStackPop()
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 2202 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_get_hashtree_algorithm() 2238 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()
|
/aosp12/system/gsid/ |
H A D | gsi_service.cpp | 473 if (!dm.GetTableInfo(device.name(), &table)) { in dumpDeviceMapperDevices()
|