Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h237 std::optional<std::string> GetDmDeviceNameByPath(const std::string& path);
/system/core/fs_mgr/libdm/
Ddm_test.cpp581 TEST(libdm, GetDmDeviceNameByPath) { in TEST() argument
597 ASSERT_FALSE(dm.GetDmDeviceNameByPath(loop.device())); in TEST()
598 auto name = dm.GetDmDeviceNameByPath(dev.path()); in TEST()
Ddm.cpp580 std::optional<std::string> DeviceMapper::GetDmDeviceNameByPath(const std::string& path) { in GetDmDeviceNameByPath() function in android::dm::DeviceMapper
/system/core/fs_mgr/
Dfs_mgr.cpp1849 auto name = dm.GetDmDeviceNameByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()