Home
last modified time | relevance | path

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

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