Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr_dm_linear.h83 std::string GetDeviceName() const;
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp251 std::string CreateLogicalPartitionParams::GetDeviceName() const { in GetDeviceName() function in android::fs_mgr::CreateLogicalPartitionParams
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2321 if (params.GetPartitionName() != params.GetDeviceName()) { in MapPartitionWithSnapshot()
2323 << params.GetPartitionName() << ", device_name = " << params.GetDeviceName(); in MapPartitionWithSnapshot()
2394 << " as device " << params.GetDeviceName(); in MapPartitionWithSnapshot()
2397 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, params.GetDeviceName()); in MapPartitionWithSnapshot()
2421 if (!dm_.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()
2422 LOG(ERROR) << "Could not determine major/minor for: " << params.GetDeviceName(); in MapPartitionWithSnapshot()