Home
last modified time | relevance | path

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

/system/core/init/
Dmount_handler.cpp58 if (dm.GetDmDevicePathByName("system", &path) || dm.GetDmDevicePathByName("vroot", &path)) { in ParseMount()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h81 virtual bool GetDmDevicePathByName(const std::string& name, std::string* path) = 0;
232 bool GetDmDevicePathByName(const std::string& name, std::string* path);
/system/vold/
Dcryptfs.cpp177 if (!dm.GetDmDevicePathByName(label, out_crypto_blkdev)) { in cryptfs_setup_ext_volume()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h158 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/
Dmock_dynamic_partition_control_android.h56 GetDmDevicePathByName,
Ddynamic_partition_control_android.cc235 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()
Ddynamic_partition_control_android.h175 virtual bool GetDmDevicePathByName(const std::string& name,
Ddynamic_partition_control_android_unittest.cc73 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
/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.cpp513 dm.GetDmDevicePathByName(device_name, &path); in TearDownAvbHashtree()
/system/core/fs_mgr/libdm/
Ddm_test.cpp580 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()
Ddm.cpp185 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/
Dapexd_test_utils.h416 if (!dm.GetDmDevicePathByName(name, &dm_path)) { in ListChildLoopDevices()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1382 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()
Dsnapshot_test.cpp1082 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
/system/core/fs_mgr/tools/
Ddmctl.cpp417 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp902 dm.GetDmDevicePathByName(android::gsi::kDsuScratch, &device)) { in GetDsuScratchDevice()
928 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
Dfs_mgr.cpp1108 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/
Dimage_manager.cpp721 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()