Home
last modified time | relevance | path

Searched refs:IsDmBlockDevice (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp589 TEST_F(DmTest, IsDmBlockDevice) { in TEST_F() argument
604 ASSERT_TRUE(dm.IsDmBlockDevice(dev.path())); in TEST_F()
605 ASSERT_FALSE(dm.IsDmBlockDevice(loop.device())); in TEST_F()
H A Ddm.cpp617 bool DeviceMapper::IsDmBlockDevice(const std::string& path) { in IsDmBlockDevice() function in android::dm::DeviceMapper
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h277 bool IsDmBlockDevice(const std::string& path);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1727 if (!dm.IsDmBlockDevice(current)) { in UnwindDmDeviceStack()
1822 while (dm.IsDmBlockDevice(block_device)) { in fs_mgr_remount_userdata_into_checkpointing()