Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dvts_fs_test.cpp112 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.cpp695 auto parent = dm.GetParentBlockDeviceByPath(block_device); in SetReadAheadSize()
1783 auto parent = dm.GetParentBlockDeviceByPath(current); in UnwindDmDeviceStack()
1876 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/include/libdm/
Ddm.h294 std::optional<std::string> GetParentBlockDeviceByPath(const std::string& path);
/system/core/fs_mgr/libdm/
Ddm_test.cpp647 TEST_F(DmTest, GetParentBlockDeviceByPath) { in TEST_F() argument
662 ASSERT_FALSE(dm.GetParentBlockDeviceByPath(loop.device())); in TEST_F()
663 auto sub_block_device = dm.GetParentBlockDeviceByPath(dev.path()); in TEST_F()
Ddm.cpp657 std::optional<std::string> DeviceMapper::GetParentBlockDeviceByPath(const std::string& path) { in GetParentBlockDeviceByPath() function in android::dm::DeviceMapper
/system/apex/apexd/
Dapexd_loop.cpp175 std::optional<std::string> child = dm.GetParentBlockDeviceByPath(blockdev); in BlockDeviceQueueDepth()
/system/vold/
DFsCrypt.cpp246 auto parent = dm.GetParentBlockDeviceByPath(real_path); in MightBeEmmcStorage()
DVolumeManager.cpp1262 auto parent = dm.GetParentBlockDeviceByPath(dataDevice); in GetStorageSize()