/system/core/init/ |
D | mount_handler.cpp | 53 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
|
/system/vold/ |
D | Devmapper.cpp | 58 if (!dm.GetDmDevicePathByName(name_string, &path)) { in create()
|
D | cryptfs.cpp | 1203 if (!dm.GetDmDevicePathByName(name, crypto_blk_name)) { in create_crypto_blk_dev()
|
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb_util.cpp | 54 if (!dm.GetDmDevicePathByName(fstab_entry.blk_device, &device_path)) { in LoadAndVerifyVbmeta()
|
D | avb_ops.cpp | 161 if (!dm.GetDmDevicePathByName(fstab_entry->blk_device, &device_path)) { in GetLogicalPath()
|
D | fs_avb.cpp | 512 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
|
/system/update_engine/aosp/ |
D | mock_dynamic_partition_control_android.h | 56 GetDmDevicePathByName,
|
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()
|
D | dynamic_partition_control_android.h | 169 virtual bool GetDmDevicePathByName(const std::string& name,
|
D | dynamic_partition_control_android_unittest.cc | 73 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 179 bool GetDmDevicePathByName(const std::string& name, std::string* path);
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 553 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST() 637 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST() 663 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
|
D | dm.cpp | 185 !GetDmDevicePathByName(name, path)) { in CreateDevice() 442 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 505 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
|
D | fs_mgr.cpp | 1089 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition() 1216 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition() 1285 dm.GetDmDevicePathByName(kUserdataWrapperName, &entry->blk_device); in WrapUserdata()
|
D | fs_mgr_overlayfs.cpp | 932 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice() 958 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
|
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 466 if (!dm_.GetDmDevicePathByName(kSnapshotName, &md_path)) { in Check()
|
D | snapshot.cpp | 1176 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_path)) { in CheckMergeConsistency() 1517 if (!dm.GetDmDevicePathByName(GetSourceDeviceName(snapshot), &source_device)) { in PerformInitTransition() 1525 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_device)) { in PerformInitTransition() 3604 return dm.GetDmDevicePathByName(device_name, device_path); in GetMappedImageDevicePath() 3748 if (!dm.GetDmDevicePathByName(name, &full_path)) { in DeleteDeviceIfExists()
|
D | snapshot_test.cpp | 935 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 394 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 716 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
|
/system/apex/apexd/ |
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()
|