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

/system/vold/
H A DProcess.h31 static int readSymLink(const char *path, char *link, size_t max);
H A DProcess.cpp35 int Process::readSymLink(const char *path, char *link, size_t max) { function in class:Process
110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) {
159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint))

Completed in 218 milliseconds