Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp61 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