Home
last modified time | relevance | path

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

/system/vold/
DCommandListener.cpp715 char pidName[PATH_MAX]; in runCommandInNamespace() local
719 android::vold::SaneReadLinkAt(pid_fd.get(), "ns/mnt", pidName, PATH_MAX); in runCommandInNamespace()
728 if (!strcmp(rootName, pidName)) { in runCommandInNamespace()
DVolumeManager.cpp514 char pidName[PATH_MAX]; in remountUid() local
551 if (android::vold::SaneReadLinkAt(pidFd, "ns/mnt", pidName, PATH_MAX) == -1) { in remountUid()
555 if (!strcmp(rootName, pidName)) { in remountUid()