Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp516 int nsFd; in remountUid() local
535 nsFd = -1; in remountUid()
561 nsFd = openat(pidFd, "ns/mnt", O_RDONLY); in remountUid()
562 if (nsFd < 0) { in remountUid()
568 if (setns(nsFd, CLONE_NEWNS) != 0) { in remountUid()
614 close(nsFd); in remountUid()