Searched refs:ParseMountInfo (Results 1 – 1 of 1) sorted by relevance
106 std::pair<fs::path, fs::path> ParseMountInfo(const std::string& mount_info) { in ParseMountInfo() function277 auto [block, mount_point] = ParseMountInfo(line); in PopulateFromMounts()