Home
last modified time | relevance | path

Searched refs:GetDeviceName (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/include/
Dfs_mgr_dm_linear.h83 std::string GetDeviceName() const;
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp251 std::string CreateLogicalPartitionParams::GetDeviceName() const { in GetDeviceName() function in android::fs_mgr::CreateLogicalPartitionParams
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1601 if (params.GetPartitionName() != params.GetDeviceName()) { in MapPartitionWithSnapshot()
1603 << params.GetPartitionName() << ", device_name = " << params.GetDeviceName(); in MapPartitionWithSnapshot()
1675 << " as device " << params.GetDeviceName(); in MapPartitionWithSnapshot()
1678 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()
1689 if (!dm.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()
1690 LOG(ERROR) << "Could not determine major/minor for: " << params.GetDeviceName(); in MapPartitionWithSnapshot()