Searched refs:GetDeviceName (Results 1 – 3 of 3) sorted by relevance
83 std::string GetDeviceName() const;
251 std::string CreateLogicalPartitionParams::GetDeviceName() const { in GetDeviceName() function in android::fs_mgr::CreateLogicalPartitionParams
1995 if (params.GetPartitionName() != params.GetDeviceName()) { in MapPartitionWithSnapshot()1997 << params.GetPartitionName() << ", device_name = " << params.GetDeviceName(); in MapPartitionWithSnapshot()2069 << " as device " << params.GetDeviceName(); in MapPartitionWithSnapshot()2072 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()2086 if (!dm.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot()2087 LOG(ERROR) << "Could not determine major/minor for: " << params.GetDeviceName(); in MapPartitionWithSnapshot()