Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp519 char rootName[PATH_MAX]; in remountUid() local
532 if (sane_readlinkat(dirfd(dir), "1/ns/mnt", rootName, PATH_MAX) == -1) { in remountUid()
561 if (!strcmp(rootName, pidName)) { in remountUid()