Searched refs:pid_fd (Results 1 – 1 of 1) sorted by relevance
691 const android::vold::ScopedFd pid_fd( in runCommandInNamespace() local693 if (pid_fd.get() == -1) { in runCommandInNamespace()701 const int result = fstat(pid_fd.get(), &sb); in runCommandInNamespace()719 android::vold::SaneReadLinkAt(pid_fd.get(), "ns/mnt", pidName, PATH_MAX); in runCommandInNamespace()735 android::vold::ScopedFd ns_fd(openat(pid_fd.get(), "ns/mnt", O_RDONLY)); in runCommandInNamespace()