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

/system/vold/
H A DProcess.cpp52 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) { function in class:Process
110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) {
140 if (path && pathMatchesMountPoint(path, mountPoint)) {
159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint))

Completed in 41 milliseconds