Searched refs:GetTableStatus (Results 1 – 9 of 9) sorted by relevance
/system/core/fs_mgr/libdm/ |
D | dm_linear_fuzzer.cpp | 119 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in LLVMFuzzerTestOneInput()
|
D | dm_test.cpp | 107 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in TEST() 293 ASSERT_TRUE(dm.GetTableStatus("libdm-test-dm-snapshot", &status)); in MergeImpl() 408 ASSERT_TRUE(dm.GetTableStatus("libdm-test-dm-snapshot", &target_status)); in TEST()
|
D | dm.cpp | 450 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 211 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
|
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 363 if (!dm_.GetTableStatus(kSnapshotName, &targets)) { in GetMergeStatus()
|
D | snapshot.cpp | 752 result = dm.GetTableStatus(dm_name, &targets); in GetSingleTarget() 2682 if (!dm.GetTableStatus(snapshot, &targets)) { in EnsureNoOverflowSnapshot()
|
D | snapshot_test.cpp | 1658 ASSERT_TRUE(DeviceMapper::Instance().GetTableStatus("sys_b", &table)); in TEST_F()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 438 if (!dm.GetTableStatus(argv[0], &table)) { in DumpTable()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 2088 if (!dm.GetTableStatus(mount_point, &table) || table.empty() || table[0].data.empty()) { in fs_mgr_is_verity_enabled()
|