Searched refs:pidName (Results 1 – 2 of 2) sorted by relevance
715 char pidName[PATH_MAX]; in runCommandInNamespace() local719 android::vold::SaneReadLinkAt(pid_fd.get(), "ns/mnt", pidName, PATH_MAX); in runCommandInNamespace()728 if (!strcmp(rootName, pidName)) { in runCommandInNamespace()
514 char pidName[PATH_MAX]; in remountUid() local551 if (android::vold::SaneReadLinkAt(pidFd, "ns/mnt", pidName, PATH_MAX) == -1) { in remountUid()555 if (!strcmp(rootName, pidName)) { in remountUid()