Home
last modified time | relevance | path

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

/system/vold/
DCommandListener.cpp691 const android::vold::ScopedFd pid_fd( in runCommandInNamespace() local
693 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()