/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 | MetadataCrypt.cpp | 230 if (!dm.GetDmDevicePathByName(dm_name, crypto_blkdev)) { in create_crypto_blk_dev()
|
D | cryptfs.cpp | 1120 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/ |
D | mock_dynamic_partition_control.h | 50 GetDmDevicePathByName,
|
D | dynamic_partition_control_android.cc | 195 if (GetDmDevicePathByName(target_partition_name, path)) { in MapPartitionOnDeviceMapper() 289 bool DynamicPartitionControlAndroid::GetDmDevicePathByName( in GetDmDevicePathByName() function in chromeos_update_engine::DynamicPartitionControlAndroid 291 return DeviceMapper::Instance().GetDmDevicePathByName(name, path); in GetDmDevicePathByName() 991 if (GetDmDevicePathByName(partition_name_suffix, device)) { in GetDynamicPartitionDevice()
|
D | dynamic_partition_control_android.h | 136 virtual bool GetDmDevicePathByName(const std::string& name,
|
D | dynamic_partition_control_android_unittest.cc | 69 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 173 bool GetDmDevicePathByName(const std::string& name, std::string* path);
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 160 !GetDmDevicePathByName(name, path)) { in CreateDevice() 417 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
|
D | dm_test.cpp | 552 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
|
/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 | 1033 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition() 1161 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition() 1230 dm.GetDmDevicePathByName(kUserdataWrapperName, &entry->blk_device); in WrapUserdata()
|
D | fs_mgr_overlayfs.cpp | 899 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_test.cpp | 298 if (!dm_.GetDmDevicePathByName("test_partition_b-base", &base_device)) { in PrepareOneSnapshot() 854 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 386 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 689 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 550 EXPECT_TRUE(dm.GetDmDevicePathByName(name, &dm_path)) in ListSlavesOfDmDevice() 1152 ASSERT_TRUE(dm.GetDmDevicePathByName(package_id, &dm_path)) in TEST_F()
|