Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dvts_fs_test.cpp74 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST()
/system/core/fs_mgr/
Dblockdev.cpp101 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
Dfs_mgr.cpp686 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()
1685 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()
1778 auto next_device = dm.GetParentBlockDeviceByPath(block_device); in fs_mgr_remount_userdata_into_checkpointing()
/system/core/init/
Dmount_handler.cpp81 std::optional<std::string> parent = dm.GetParentBlockDeviceByPath("/dev/block/" + blockdev); in GetDiskPart()
/system/core/fs_mgr/libdm/
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()
Ddm.cpp614 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h280 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
/system/apex/apexd/
Dapexd_loop.cpp175 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
/system/vold/
DFsCrypt.cpp221 auto parent = dm.GetParentBlockDeviceByPath(real_path); in MightBeEmmcStorage()