Home
last modified time | relevance | path

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

/system/vold/
DUtils.h117 status_t SaneReadLinkAt(int dirfd, const char* path, char* buf, size_t bufsiz);
DCommandListener.cpp717 android::vold::SaneReadLinkAt(dirfd(dir.get()), "1/ns/mnt", rootName, PATH_MAX); in runCommandInNamespace()
719 android::vold::SaneReadLinkAt(pid_fd.get(), "ns/mnt", pidName, PATH_MAX); in runCommandInNamespace()
DUtils.cpp649 status_t SaneReadLinkAt(int dirfd, const char* path, char* buf, size_t bufsiz) { in SaneReadLinkAt() function
DVolumeManager.cpp526 if (android::vold::SaneReadLinkAt(dirfd(dir), "1/ns/mnt", rootName, PATH_MAX) == -1) { in remountUid()
551 if (android::vold::SaneReadLinkAt(pidFd, "ns/mnt", pidName, PATH_MAX) == -1) { in remountUid()