Home
last modified time | relevance | path

Searched refs:GetParentBlockDeviceByPath (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h230 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
/system/core/fs_mgr/libdm/
Ddm_test.cpp601 TEST(libdm, GetParentBlockDeviceByPath) { in TEST() argument
616 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST()
617 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST()
Ddm.cpp561 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
/system/core/fs_mgr/
Dfs_mgr.cpp1667 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()
1760 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
/system/vold/
DFsCrypt.cpp217 auto parent = dm.GetParentBlockDeviceByPath(real_path); in IsEmmcStorage()
/system/apex/apexd/
Dapexservice_test.cpp1154 auto loop_device = dm.GetParentBlockDeviceByPath(dm_path); in TEST_F()