Searched refs:GetTableInfo (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 79 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 D | test_helpers.h | 152 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 D | dmctl.cpp | 360 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 D | snapshot.proto | 155 GetTableInfo = 2; enumerator
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 110 if (!dm.GetTableInfo(dm_name, &table)) { in DeviceMapperStackPop()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm.cpp | 539 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 D | snapshot.cpp | 925 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 D | fs_mgr.cpp | 2204 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_get_hashtree_info()
|