Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp460 int nsFd; in remountUid() local
485 nsFd = -1; in remountUid()
532 nsFd = openat(pidFd, "ns/mnt", O_RDONLY); in remountUid()
533 if (nsFd < 0) { in remountUid()
539 if (setns(nsFd, CLONE_NEWNS) != 0) { in remountUid()
589 close(nsFd); in remountUid()