/system/update_engine/ |
D | dynamic_partition_control_android.cc | 93 if (GetDmDevicePathByName(target_partition_name, path)) { in MapPartitionOnDeviceMapper() 170 bool DynamicPartitionControlAndroid::GetDmDevicePathByName( in GetDmDevicePathByName() function in chromeos_update_engine::DynamicPartitionControlAndroid 172 return DeviceMapper::Instance().GetDmDevicePathByName(name, path); in GetDmDevicePathByName()
|
D | mock_dynamic_partition_control.h | 40 MOCK_METHOD2(GetDmDevicePathByName, bool(const std::string&, std::string*));
|
D | dynamic_partition_control_interface.h | 76 virtual bool GetDmDevicePathByName(const std::string& name,
|
D | dynamic_partition_control_android.h | 44 bool GetDmDevicePathByName(const std::string& name,
|
D | boot_control_android.cc | 161 if (dynamic_control_->GetDmDevicePathByName(partition_name_suffix, in GetDynamicPartitionDevice()
|
D | boot_control_android_unittest.cc | 287 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
|
/system/core/init/ |
D | mount_handler.cpp | 54 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
|
/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 | 467 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
|
D | avb_util.cpp | 116 if (!dm.GetDmDevicePathByName(device_name, &dev_path)) { in HashtreeDmVeritySetup()
|
/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 127 if (!dm.GetDmDevicePathByName(name, path)) { in CreateLogicalPartition() 200 dm.GetDmDevicePathByName(name, &path); in UnmapDevice()
|
D | fs_mgr_verity.cpp | 842 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
|
D | fs_mgr.cpp | 914 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition() 1012 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition()
|
D | fs_mgr_overlayfs.cpp | 621 if (!dm.GetDmDevicePathByName(partition_name, &path)) { in fs_mgr_overlayfs_scratch_device()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 108 bool GetDmDevicePathByName(const std::string& name, std::string* path);
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 96 if (!dm_.GetDmDevicePathByName(name_, &device_path)) { in path()
|
D | dm.cpp | 278 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 303 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
|
/system/apex/apexd/ |
D | apexd.cpp | 239 if (!dm.GetDmDevicePathByName(name, &path)) { in DeleteVerityDevice() 312 if (!dm.GetDmDevicePathByName(name, &dev_path)) { in createVerityDevice()
|