Searched refs:GetDmDevicePathByName (Results 1 – 14 of 14) sorted by relevance
/aosp14/system/core/init/ |
H A D | mount_handler.cpp | 58 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
|
/aosp14/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 81 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 D | test_helpers.h | 158 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 D | fs_avb_util.cpp | 54 if (!dm.GetDmDevicePathByName(fstab_entry.blk_device, &device_path)) { in LoadAndVerifyVbmeta()
|
H A D | avb_ops.cpp | 161 if (!dm.GetDmDevicePathByName(fstab_entry->blk_device, &device_path)) { in GetLogicalPath()
|
H A D | fs_avb.cpp | 513 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_test.cpp | 580 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 D | dm.cpp | 185 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 D | snapshot.cpp | 1382 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 D | snapshot_test.cpp | 1082 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
|
/aosp14/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 417 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_overlayfs.cpp | 902 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice() 928 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
|
H A D | fs_mgr.cpp | 1108 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 D | image_manager.cpp | 721 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
|