Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp234 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()
/system/incremental_delivery/incfs/include/
DMountRegistry.h115 base::unique_fd mMountInfo; variable