Home
last modified time | relevance | path

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

/system/vold/
DProcess.cpp42 int Process::readSymLink(const char *path, char *link, size_t max) { in readSymLink() function in Process
110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) { in checkFileDescriptorSymLinks()
159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) in checkSymLink()
DProcess.h33 static int readSymLink(const char *path, char *link, size_t max);