Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp472 if (!android::vold::Readlinkat(dirfd(dir), "1/ns/mnt", &rootName)) { in remountUid()
501 if (!android::vold::Readlinkat(pidFd, "ns/mnt", &pidName)) { in remountUid()
520 if (!android::vold::Readlinkat(pidFd, "exe", &exeName)) { in remountUid()
DUtils.h134 bool Readlinkat(int dirfd, const std::string& path, std::string* result);
DUtils.cpp777 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat() function