HomeSort by relevance Sort by last modified time
    Searched refs:Readlinkat (Results 1 - 3 of 3) sorted by null

  /system/vold/
Utils.h 123 bool Readlinkat(int dirfd, const std::string& path, std::string* result);
VolumeManager.cpp 461 if (!android::vold::Readlinkat(dirfd(dir), "1/ns/mnt", &rootName)) {
490 if (!android::vold::Readlinkat(pidFd, "ns/mnt", &pidName)) {
741 if (!android::vold::Readlinkat(dir.get(), "1/ns/mnt", &rootName)
742 || !android::vold::Readlinkat(pid_fd.get(), "ns/mnt", &pidName)) {
Utils.cpp 706 bool Readlinkat(int dirfd, const std::string& path, std::string* result) {
716 ssize_t size = readlinkat(dirfd, path.c_str(), &buf[0], buf.size());

Completed in 66 milliseconds