Home
last modified time | relevance | path

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

/system/core/init/
Dmount_handler.cpp53 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
/system/vold/
DDevmapper.cpp58 if (!dm.GetDmDevicePathByName(name_string, &path)) { in create()
Dcryptfs.cpp1203 if (!dm.GetDmDevicePathByName(name, crypto_blk_name)) { in create_crypto_blk_dev()
/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.cpp512 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h56 GetDmDevicePathByName,
Ddynamic_partition_control_android.cc221 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()
Ddynamic_partition_control_android.h169 virtual bool GetDmDevicePathByName(const std::string& name,
Ddynamic_partition_control_android_unittest.cc73 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h179 bool GetDmDevicePathByName(const std::string& name, std::string* path);
/system/core/fs_mgr/libdm/
Ddm_test.cpp553 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()
Ddm.cpp185 !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/
Dfs_mgr_verity.cpp505 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
Dfs_mgr.cpp1089 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()
Dfs_mgr_overlayfs.cpp932 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice()
958 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp466 if (!dm_.GetDmDevicePathByName(kSnapshotName, &md_path)) { in Check()
Dsnapshot.cpp1176 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()
Dsnapshot_test.cpp935 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
/system/core/fs_mgr/tools/
Ddmctl.cpp394 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp716 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
/system/apex/apexd/
Dapexservice_test.cpp542 EXPECT_TRUE(dm.GetDmDevicePathByName(name, &dm_path)) in ListSlavesOfDmDevice()
1187 ASSERT_TRUE(dm.GetDmDevicePathByName(package_id, &dm_path)) in TEST_F()