Searched refs:GetPathForBlockDeviceName (Results 1 – 1 of 1) sorted by relevance
61 return PartitionOpener::Open(GetPathForBlockDeviceName(partition_name), flags); in Open()64 return PartitionOpener::GetInfo(GetPathForBlockDeviceName(partition_name), info); in GetInfo()67 return PartitionOpener::GetDeviceString(GetPathForBlockDeviceName(partition_name)); in GetDeviceString()71 static std::string GetPathForBlockDeviceName(const std::string& name) { in GetPathForBlockDeviceName() function in TestPartitionOpener