Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dmount_handler.cpp53 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp54 if (!dm.GetDmDevicePathByName(fstab_entry.blk_device, &device_path)) { in LoadAndVerifyVbmeta()
H A Davb_ops.cpp161 if (!dm.GetDmDevicePathByName(fstab_entry->blk_device, &device_path)) { in GetLogicalPath()
H A Dfs_avb.cpp512 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
/aosp12/system/vold/
H A DDevmapper.cpp58 if (!dm.GetDmDevicePathByName(name_string, &path)) { in create()
H A Dcryptfs.cpp1203 if (!dm.GetDmDevicePathByName(name, crypto_blk_name)) { in create_crypto_blk_dev()
/aosp12/system/update_engine/aosp/
H A Dmock_dynamic_partition_control_android.h56 GetDmDevicePathByName,
H A 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()
H A Ddynamic_partition_control_android.h169 virtual bool GetDmDevicePathByName(const std::string& name,
H A Ddynamic_partition_control_android_unittest.cc73 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_test.cpp554 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
638 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
664 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
H A Ddm.cpp184 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice()
460 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h196 bool GetDmDevicePathByName(const std::string& name, std::string* path);
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt_chroot.cpp93 if (dm.GetDmDevicePathByName(partition_name, &path)) { in TryExtraMount()
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime_dynamic_partitions.cpp89 return DeviceMapper::Instance().GetDmDevicePathByName(partition_name_suffix, path); in MapPartitionOnDeviceMapper()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_verity.cpp505 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
H A Dfs_mgr.cpp1090 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition()
1217 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition()
1286 dm.GetDmDevicePathByName(kUserdataWrapperName, &entry->blk_device); in WrapUserdata()
H A Dfs_mgr_overlayfs.cpp932 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice()
958 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp466 if (!dm_.GetDmDevicePathByName(kSnapshotName, &md_path)) {
H A Dsnapshot.cpp1194 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_path)) { in CheckMergeConsistency()
1544 if (!dm.GetDmDevicePathByName(source_device_name, &source_device)) { in PerformInitTransition()
1552 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_device)) { in PerformInitTransition()
3636 return dm.GetDmDevicePathByName(device_name, device_path); in GetMappedImageDevicePath()
3780 if (!dm.GetDmDevicePathByName(name, &full_path)) { in DeleteDeviceIfExists()
H A Dsnapshot_test.cpp935 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp394 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp716 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp542 EXPECT_TRUE(dm.GetDmDevicePathByName(name, &dm_path)) in ListSlavesOfDmDevice()
1187 ASSERT_TRUE(dm.GetDmDevicePathByName(package_id, &dm_path)) in TEST_F()