Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h79 virtual bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) = 0;
272 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) override;
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h152 virtual bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function
153 return impl_.GetTableInfo(name, table); in GetTableInfo()
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp360 if (!dm.GetTableInfo(dev.name(), &table)) { in DmListDevices()
491 if (!dm.GetTableInfo(argv[0], &table)) { in DumpTable()
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto155 GetTableInfo = 2; enumerator
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp110 if (!dm.GetTableInfo(dm_name, &table)) { in DeviceMapperStackPop()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp539 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp925 if (!dm_.GetTableInfo(name, &old_targets)) { in RewriteSnapshotDeviceTable()
927 return MergeFailureCode::GetTableInfo; in RewriteSnapshotDeviceTable()
962 result = dm_.GetTableInfo(dm_name, &targets); in GetSingleTarget()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp2204 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_get_hashtree_info()