Home
last modified time | relevance | path

Searched refs:GetDmDevicePathByName (Results 1 – 20 of 20) sorted by relevance

/system/update_engine/
Ddynamic_partition_control_android.cc93 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()
Dmock_dynamic_partition_control.h40 MOCK_METHOD2(GetDmDevicePathByName, bool(const std::string&, std::string*));
Ddynamic_partition_control_interface.h76 virtual bool GetDmDevicePathByName(const std::string& name,
Ddynamic_partition_control_android.h44 bool GetDmDevicePathByName(const std::string& name,
Dboot_control_android.cc161 if (dynamic_control_->GetDmDevicePathByName(partition_name_suffix, in GetDynamicPartitionDevice()
Dboot_control_android_unittest.cc287 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
/system/core/init/
Dmount_handler.cpp54 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
/system/core/fs_mgr/libfs_avb/
Dfs_avb_util.cpp54 if (!dm.GetDmDevicePathByName(fstab_entry.blk_device, &device_path)) { in LoadAndVerifyVbmeta()
Davb_ops.cpp161 if (!dm.GetDmDevicePathByName(fstab_entry->blk_device, &device_path)) { in GetLogicalPath()
Dfs_avb.cpp467 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
Davb_util.cpp116 if (!dm.GetDmDevicePathByName(device_name, &dev_path)) { in HashtreeDmVeritySetup()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp127 if (!dm.GetDmDevicePathByName(name, path)) { in CreateLogicalPartition()
200 dm.GetDmDevicePathByName(name, &path); in UnmapDevice()
Dfs_mgr_verity.cpp842 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
Dfs_mgr.cpp914 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition()
1012 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition()
Dfs_mgr_overlayfs.cpp621 if (!dm.GetDmDevicePathByName(partition_name, &path)) { in fs_mgr_overlayfs_scratch_device()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h108 bool GetDmDevicePathByName(const std::string& name, std::string* path);
/system/core/fs_mgr/libdm/
Ddm_test.cpp96 if (!dm_.GetDmDevicePathByName(name_, &device_path)) { in path()
Ddm.cpp278 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
/system/core/fs_mgr/tools/
Ddmctl.cpp303 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
/system/apex/apexd/
Dapexd.cpp239 if (!dm.GetDmDevicePathByName(name, &path)) { in DeleteVerityDevice()
312 if (!dm.GetDmDevicePathByName(name, &dev_path)) { in createVerityDevice()