Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libdm/
H A Ddm_linear_fuzzer.cpp119 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in LLVMFuzzerTestOneInput()
H A Ddm_test.cpp109 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in TEST()
295 ASSERT_TRUE(dm.GetTableStatus("libdm-test-dm-snapshot", &status)); in MergeImpl()
410 ASSERT_TRUE(dm.GetTableStatus("libdm-test-dm-snapshot", &target_status)); in TEST()
H A Ddm.cpp507 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h241 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp363 if (!dm_.GetTableStatus(kSnapshotName, &targets)) { in GetMergeStatus()
H A Dcow_snapuserd_test.cpp765 ASSERT_TRUE(dm.GetTableStatus("cowsnapuserd-test-dm-snapshot", &status)); in MergeImpl()
H A Dsnapshot.cpp854 result = dm.GetTableStatus(dm_name, &targets); in GetSingleTarget()
3539 if (!dm.GetTableStatus(snapshot, &targets)) { in EnsureNoOverflowSnapshot()
H A Dsnapshot_test.cpp2081 ASSERT_TRUE(DeviceMapper::Instance().GetTableStatus("sys_b", &table)); in TEST_F()
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp462 if (!dm.GetTableStatus(argv[0], &table)) { in DumpTable()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp2178 if (!dm.GetTableStatus(mount_point, &table) || table.empty() || table[0].data.empty()) { in fs_mgr_is_verity_enabled()