Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dutil.cc595 ifstream mountinfo("/proc/self/mountinfo"); in ParseMountInfo() local
596 if (!mountinfo.is_open()) in ParseMountInfo()
598 while (!mountinfo.eof()) { in ParseMountInfo()
600 getline(mountinfo, line); in ParseMountInfo()
/third_party/ltp/doc/
Dc-test-api.txt1024 to get the major/minor number of the path. Then scan them in '/proc/self/mountinfo'