Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h228 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
/system/core/fs_mgr/tools/
Ddmctl.cpp337 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices()
468 if (!dm.GetTableInfo(argv[0], &table)) { in DumpTable()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto149 GetTableInfo = 2; enumerator
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp141 if (!dm.GetTableInfo(dev_name, &table)) { in GetTableInfoIfExists()
Dsnapshot.cpp803 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/
Ddm.cpp493 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp110 if (!dm.GetTableInfo(dm_name, &table)) { in DeviceMapperStackPop()
/system/core/fs_mgr/
Dfs_mgr.cpp2199 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/
Dgsi_service.cpp473 if (!dm.GetTableInfo(device.name(), &table)) { in dumpDeviceMapperDevices()