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