Searched refs:Readlinkat (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | VolumeManager.cpp | 472 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()
|
D | Utils.h | 134 bool Readlinkat(int dirfd, const std::string& path, std::string* result);
|
D | Utils.cpp | 777 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat() function
|