/system/core/init/ |
D | mount_handler.cpp | 58 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
|
/system/core/fs_mgr/libdm/include/libdm/ |
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);
|
/system/vold/ |
D | cryptfs.cpp | 177 if (!dm.GetDmDevicePathByName(label, out_crypto_blkdev)) { in cryptfs_setup_ext_volume()
|
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
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()
|
/system/update_engine/aosp/ |
D | mock_dynamic_partition_control_android.h | 56 GetDmDevicePathByName,
|
D | dynamic_partition_control_android.cc | 235 if (GetDmDevicePathByName(target_partition_name, path)) { in MapPartitionOnDeviceMapper() 337 bool DynamicPartitionControlAndroid::GetDmDevicePathByName( in GetDmDevicePathByName() function in chromeos_update_engine::DynamicPartitionControlAndroid 339 return DeviceMapper::Instance().GetDmDevicePathByName(name, path); in GetDmDevicePathByName() 1231 if (GetDmDevicePathByName(partition_name_suffix, device)) { in GetDynamicPartitionDevice()
|
D | dynamic_partition_control_android.h | 175 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/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 | 513 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
|
/system/core/fs_mgr/libdm/ |
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()
|
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
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 416 if (!dm.GetDmDevicePathByName(name, &dm_path)) { in ListChildLoopDevices()
|
/system/core/fs_mgr/libsnapshot/ |
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()
|
D | snapshot_test.cpp | 1082 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 417 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs.cpp | 902 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice() 928 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
|
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()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 721 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
|