Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h80 virtual bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) = 0;
268 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) override;
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h155 virtual bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function
156 return impl_.GetTableStatus(name, table); in GetTableStatus()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp135 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in TEST_F()
321 ASSERT_TRUE(dm.GetTableStatus("libdm-test-dm-snapshot", &status)); in MergeImpl()
436 ASSERT_TRUE(dm.GetTableStatus("libdm-test-dm-snapshot", &target_status)); in TEST_F()
H A Ddm.cpp535 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp485 if (!dm.GetTableStatus(argv[0], &table)) { in DumpTable()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2307 ASSERT_TRUE(DeviceMapper::Instance().GetTableStatus("sys_b", &table)); in TEST_F()
2531 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) override { in TEST_F() function in android::snapshot::TEST_F::DmStatusFailure
2532 if (!DeviceMapperWrapper::GetTableStatus(name, table)) { in TEST_F()
H A Dsnapshot.cpp960 result = dm_.GetTableStatus(dm_name, &targets); in GetSingleTarget()
4020 if (!dm_.GetTableStatus(snapshot, &targets)) { in EnsureNoOverflowSnapshot()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dcow_snapuserd_test.cpp812 ASSERT_TRUE(dm.GetTableStatus("cowsnapuserd-test-dm-snapshot", &status)); in MergeImpl()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp2184 if (!dm.GetTableStatus(mount_point, &table) || table.empty() || table[0].data.empty()) { in fs_mgr_is_verity_enabled()