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()
DMetadataCrypt.cpp230 if (!dm.GetDmDevicePathByName(dm_name, crypto_blkdev)) { in create_crypto_blk_dev()
Dcryptfs.cpp1120 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/
Dmock_dynamic_partition_control.h50 GetDmDevicePathByName,
Ddynamic_partition_control_android.cc195 if (GetDmDevicePathByName(target_partition_name, path)) { in MapPartitionOnDeviceMapper()
289 bool DynamicPartitionControlAndroid::GetDmDevicePathByName( in GetDmDevicePathByName() function in chromeos_update_engine::DynamicPartitionControlAndroid
291 return DeviceMapper::Instance().GetDmDevicePathByName(name, path); in GetDmDevicePathByName()
991 if (GetDmDevicePathByName(partition_name_suffix, device)) { in GetDynamicPartitionDevice()
Ddynamic_partition_control_android.h136 virtual bool GetDmDevicePathByName(const std::string& name,
Ddynamic_partition_control_android_unittest.cc69 ON_CALL(dynamicControl(), GetDmDevicePathByName(_, _)) in SetUp()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h173 bool GetDmDevicePathByName(const std::string& name, std::string* path);
/system/core/fs_mgr/libdm/
Ddm.cpp160 !GetDmDevicePathByName(name, path)) { in CreateDevice()
417 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName() function in android::dm::DeviceMapper
Ddm_test.cpp552 ASSERT_TRUE(dm.GetDmDevicePathByName("libdm-test-dm-linear", &path)); in TEST()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp505 if (!dm.GetDmDevicePathByName(mount_point, &verity_blk_name)) { in fs_mgr_setup_verity()
Dfs_mgr.cpp1033 if (!dm.GetDmDevicePathByName(entry->blk_device, &device_name)) { in fs_mgr_update_logical_partition()
1161 if (!dm.GetDmDevicePathByName("bow", &name)) { in UpdateCheckpointPartition()
1230 dm.GetDmDevicePathByName(kUserdataWrapperName, &entry->blk_device); in WrapUserdata()
Dfs_mgr_overlayfs.cpp899 dm.GetDmDevicePathByName(partition_name, &device)) { in GetBootScratchDevice()
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp466 if (!dm_.GetDmDevicePathByName(kSnapshotName, &md_path)) { in Check()
Dsnapshot_test.cpp298 if (!dm_.GetDmDevicePathByName("test_partition_b-base", &base_device)) { in PrepareOneSnapshot()
854 if (!dm_.GetDmDevicePathByName(name, &path)) { in IsPartitionUnchanged()
/system/core/fs_mgr/tools/
Ddmctl.cpp386 if (!dm.GetDmDevicePathByName(argv[0], &path)) { in GetPathCmdHandler()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp689 return dm.GetDmDevicePathByName(name, device); in GetMappedImageDevice()
/system/apex/apexd/
Dapexservice_test.cpp550 EXPECT_TRUE(dm.GetDmDevicePathByName(name, &dm_path)) in ListSlavesOfDmDevice()
1152 ASSERT_TRUE(dm.GetDmDevicePathByName(package_id, &dm_path)) in TEST_F()