Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dutility.h46 bool BlockDeviceToName(uint32_t major, uint32_t minor, std::string* bdev_name);
Dutility.cpp106 if (!BlockDeviceToName(major(st.st_dev), minor(st.st_dev), &bdev)) { in F2fsPinBeforeAllocate()
126 bool BlockDeviceToName(uint32_t major, uint32_t minor, std::string* bdev_name) { in BlockDeviceToName() function
Dfiemap_writer.cpp179 if (!BlockDeviceToName(major(sb.st_dev), minor(sb.st_dev), &bdev)) { in GetBlockDeviceForFile()