Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/tests/
H A Dvts_fs_test.cpp114 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST()
/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp101 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
H A Dfs_mgr.cpp694 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()
1730 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()
1823 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
/aosp14/system/core/init/
H A Dmount_handler.cpp81 std::optional<std::string> parent = dm.GetParentBlockDeviceByPath("/dev/block/" + blockdev); in GetDiskPart()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp629 TEST_F(DmTest, GetParentBlockDeviceByPath) { in TEST_F() argument
644 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST_F()
645 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST_F()
H A Ddm.cpp642 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h287 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);