HomeSort by relevance Sort by last modified time
    Searched full:nsfd (Results 1 - 1 of 1) sorted by null

  /system/vold/
VolumeManager.cpp 522 int nsFd;
541 nsFd = -1;
567 nsFd = openat(pidFd, "ns/mnt", O_RDONLY);
568 if (nsFd < 0) {
574 if (setns(nsFd, CLONE_NEWNS) != 0) {
620 close(nsFd);
    [all...]

Completed in 67 milliseconds