Home
last modified time | relevance | path

Searched refs:GetDmDevicePathByName (Results 1 – 14 of 14) sorted by relevance

/aosp14/system/core/init/
H A Dmount_handler.cpp58 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h81 virtual bool GetDmDevicePathByName(const std::string& name, std::string* path) = 0;
232 bool GetDmDevicePathByName(const std::string& name, std::string* path);
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h158 virtual bool GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function
159 return impl_.GetDmDevicePathByName(name, path); in GetDmDevicePathByName()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp54 if (!dm.GetDmDevicePathByName(fstab_entry.blk_device, &device_path)) { in LoadAndVerifyVbmeta()
H A Davb_ops.cpp161 if (!dm.GetDmDevicePathByName(fstab_entry->blk_device, &device_path)) { in GetLogicalPath()
H A Dfs_avb.cpp513 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp580 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST_F()
664 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST_F()
690 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST_F()
H A Ddm.cpp185 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice()
488 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1382 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_path)) { in CheckMergeConsistency()
1764 if (!dm_.GetDmDevicePathByName(source_device_name, &source_device)) { in PerformInitTransition()
1770 if (!dm_.GetDmDevicePathByName(GetBaseDeviceName(snapshot), &base_path_merge)) { in PerformInitTransition()
1778 if (!dm_.GetDmDevicePathByName(cow_image_name, &cow_image_device)) { in PerformInitTransition()
4115 return dm_.GetDmDevicePathByName(device_name, device_path); in GetMappedImageDevicePath()
4328 if (!dm_.GetDmDevicePathByName(name, &full_path)) { in DeleteDeviceIfExists()
H A Dsnapshot_test.cpp1082 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp417 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp902 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice()
928 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
H A Dfs_mgr.cpp1108 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition()
1239 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition()
1308 dm.GetDmDevicePathByName(kUserdataWrapperName, &entry->blk_device); in WrapUserdata()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp721 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()