Searched refs:IsDmBlockDevice (Results 1 – 4 of 4) sorted by relevance
284 bool IsDmBlockDevice(const std::string& path);
607 TEST_F(DmTest, IsDmBlockDevice) { in TEST_F() argument622 ASSERT_TRUE(dm.IsDmBlockDevice(dev.path())); in TEST_F()623 ASSERT_FALSE(dm.IsDmBlockDevice(loop.device())); in TEST_F()
632 bool DeviceMapper::IsDmBlockDevice(const std::string& path) { in IsDmBlockDevice() function in android::dm::DeviceMapper
1780 if (!dm.IsDmBlockDevice(current)) { in UnwindDmDeviceStack()1875 while (dm.IsDmBlockDevice(block_device)) { in fs_mgr_remount_userdata_into_checkpointing()