Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp582 TEST(libdm, GetDmDeviceNameByPath) { in TEST() argument
598 ASSERT_FALSE(dm.GetDmDeviceNameByPath(loop.device())); in TEST()
599 auto name = dm.GetDmDeviceNameByPath(dev.path()); in TEST()
H A Ddm.cpp594 std::optional<std::string> DeviceMapper::GetDmDeviceNameByPath(const std::string& path) { in GetDmDeviceNameByPath() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h254 std::optional<std::string> GetDmDeviceNameByPath(const std::string& path);
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1850 auto name = dm.GetDmDeviceNameByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()