Searched refs:IsDmBlockDevice (Results 1 – 4 of 4) sorted by relevance
563 TEST(libdm, IsDmBlockDevice) { in TEST() argument578 ASSERT_TRUE(dm.IsDmBlockDevice(dev.path())); in TEST()579 ASSERT_FALSE(dm.IsDmBlockDevice(loop.device())); in TEST()
589 bool DeviceMapper::IsDmBlockDevice(const std::string& path) { in IsDmBlockDevice() function in android::dm::DeviceMapper
250 bool IsDmBlockDevice(const std::string& path);
1753 if (!dm.IsDmBlockDevice(current)) { in UnwindDmDeviceStack()1848 while (dm.IsDmBlockDevice(block_device)) { in fs_mgr_remount_userdata_into_checkpointing()