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

/system/vold/
H A DVolumeManager.cpp451 int nsFd; local
474 nsFd = -1;
500 nsFd = openat(pidFd, "ns/mnt", O_RDONLY); // not O_CLOEXEC
501 if (nsFd < 0) {
507 if (setns(nsFd, CLONE_NEWNS) != 0) {
559 close(nsFd);

Completed in 288 milliseconds