Searched refs:mountinfo (Results 1 – 2 of 2) sorted by relevance
595 ifstream mountinfo("/proc/self/mountinfo"); in ParseMountInfo() local596 if (!mountinfo.is_open()) in ParseMountInfo()598 while (!mountinfo.eof()) { in ParseMountInfo()600 getline(mountinfo, line); in ParseMountInfo()
1024 to get the major/minor number of the path. Then scan them in '/proc/self/mountinfo'