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

/system/vold/
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 16 milliseconds