Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/filesystem/
Dfs_mount.cc36 std::multimap<BlockDeviceID, std::string> device_to_mountpoints; in ParseMounts() local
50 device_to_mountpoints.emplace(buf.st_dev, mountpoint); in ParseMounts()
52 return device_to_mountpoints; in ParseMounts()