Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h245 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp337 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 Dsnapshot.proto149 GetTableInfo = 2; enumerator
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp141 if (!dm.GetTableInfo(dev_name, &table)) { in GetTableInfoIfExists()
H A Dsnapshot.cpp813 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 Ddm.cpp511 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 Dfiemap_writer.cpp110 if (!dm.GetTableInfo(dm_name, &table)) { in DeviceMapperStackPop()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp2202 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 Dgsi_service.cpp473 if (!dm.GetTableInfo(device.name(), &table)) { in dumpDeviceMapperDevices()