Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h220 bool IsDmBlockDevice(const std::string& path);
/system/core/fs_mgr/libdm/
Ddm_test.cpp561 TEST(libdm, IsDmBlockDevice) { in TEST() argument
576 ASSERT_TRUE(dm.IsDmBlockDevice(dev.path())); in TEST()
577 ASSERT_FALSE(dm.IsDmBlockDevice(loop.device())); in TEST()
Ddm.cpp533 bool DeviceMapper::IsDmBlockDevice(const std::string& path) { in IsDmBlockDevice() function in android::dm::DeviceMapper
/system/core/fs_mgr/
Dfs_mgr.cpp1664 if (!dm.IsDmBlockDevice(current)) { in UnwindDmDeviceStack()
1759 while (dm.IsDmBlockDevice(block_device)) { in fs_mgr_remount_userdata_into_checkpointing()