Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/
H A Dblockdev.cpp104 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
H A Dfs_mgr.cpp683 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()
1756 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()
1849 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp603 TEST(libdm, GetParentBlockDeviceByPath) { in TEST() argument
618 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST()
619 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST()
H A Ddm.cpp614 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h260 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
/aosp12/system/vold/
H A DFsCrypt.cpp224 auto parent = dm.GetParentBlockDeviceByPath(real_path); in IsEmmcStorage()
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp1189 auto loop_device = dm.GetParentBlockDeviceByPath(dm_path); in TEST_F()