Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h215 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
/system/core/fs_mgr/tools/
Ddmctl.cpp329 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices()
444 if (!dm.GetTableInfo(argv[0], &table)) { in DumpTable()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp141 if (!dm.GetTableInfo(dev_name, &table)) { in GetTableInfoIfExists()
Dsnapshot.cpp711 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/
Ddm.cpp454 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/gsid/
Dgsi_service.cpp433 if (!dm.GetTableInfo(device.name(), &table)) { in dumpDeviceMapperDevices()
/system/core/fs_mgr/
Dfs_mgr.cpp2113 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()