/aosp12/system/core/init/ |
H A D | mount_handler.cpp | 53 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
|
/aosp12/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 | 512 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
|
/aosp12/system/vold/ |
H A D | Devmapper.cpp | 58 if (!dm.GetDmDevicePathByName(name_string, &path)) { in create()
|
H A D | cryptfs.cpp | 1203 if (!dm.GetDmDevicePathByName(name, crypto_blk_name)) { in create_crypto_blk_dev()
|
/aosp12/system/update_engine/aosp/ |
H A D | mock_dynamic_partition_control_android.h | 56 GetDmDevicePathByName,
|
H A D | dynamic_partition_control_android.cc | 221 if (GetDmDevicePathByName(target_partition_name, path)) { in MapPartitionOnDeviceMapper() 317 bool DynamicPartitionControlAndroid::GetDmDevicePathByName( in GetDmDevicePathByName() function in chromeos_update_engine::DynamicPartitionControlAndroid 319 return DeviceMapper::Instance().GetDmDevicePathByName(name, path); in GetDmDevicePathByName() 1208 if (GetDmDevicePathByName(partition_name_suffix, device)) { in GetDynamicPartitionDevice()
|
H A D | dynamic_partition_control_android.h | 169 virtual bool GetDmDevicePathByName(const std::string& name,
|
H A D | dynamic_partition_control_android_unittest.cc | 73 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | dm_test.cpp | 554 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST() 638 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST() 664 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
|
H A D | dm.cpp | 184 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice() 460 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
|
/aosp12/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 196 bool GetDmDevicePathByName(const std::string& name, std::string* path);
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_chroot.cpp | 93 if (dm.GetDmDevicePathByName(partition_name, &path)) { in TryExtraMount()
|
/aosp12/bootable/recovery/updater/ |
H A D | updater_runtime_dynamic_partitions.cpp | 89 return DeviceMapper::Instance().GetDmDevicePathByName(partition_name_suffix, path); in MapPartitionOnDeviceMapper()
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_verity.cpp | 505 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
|
H A D | fs_mgr.cpp | 1090 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition() 1217 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition() 1286 dm.GetDmDevicePathByName(kUserdataWrapperName, &entry->blk_device); in WrapUserdata()
|
H A D | fs_mgr_overlayfs.cpp | 932 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice() 958 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | power_test.cpp | 466 if (!dm_.GetDmDevicePathByName(kSnapshotName, &md_path)) {
|
H A D | snapshot.cpp | 1194 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_path)) { in CheckMergeConsistency() 1544 if (!dm.GetDmDevicePathByName(source_device_name, &source_device)) { in PerformInitTransition() 1552 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_device)) { in PerformInitTransition() 3636 return dm.GetDmDevicePathByName(device_name, device_path); in GetMappedImageDevicePath() 3780 if (!dm.GetDmDevicePathByName(name, &full_path)) { in DeleteDeviceIfExists()
|
H A D | snapshot_test.cpp | 935 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
|
/aosp12/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 394 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 716 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
|
/aosp12/system/apex/apexd/ |
H A D | apexservice_test.cpp | 542 EXPECT_TRUE(dm.GetDmDevicePathByName(name, &dm_path)) in ListSlavesOfDmDevice() 1187 ASSERT_TRUE(dm.GetDmDevicePathByName(package_id, &dm_path)) in TEST_F()
|