Searched refs:mMountInfo (Results 1 – 2 of 2) sorted by relevance
206 mMountInfo(::open("/proc/self/mountinfo", O_RDONLY | O_CLOEXEC)) { in MountRegistry()207 if (!mMountInfo.ok()) { in MountRegistry()210 mMounts.loadFrom(mMountInfo, mFilesystem); in MountRegistry()248 pollfd pfd = {.fd = mMountInfo.get(), .events = POLLERR | POLLPRI}; in ensureUpToDate()257 mMounts.loadFrom(mMountInfo, mFilesystem); in ensureUpToDate()
126 base::unique_fd mMountInfo; variable