Searched refs:device_to_mountpoints (Results 1 – 1 of 1) sorted by relevance
36 std::multimap<BlockDeviceID, std::string> device_to_mountpoints; in ParseMounts() local50 device_to_mountpoints.emplace(buf.st_dev, mountpoint); in ParseMounts()52 return device_to_mountpoints; in ParseMounts()