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

/system/vold/
H A DProcess.h32 static int pathMatchesMountPoint(const char *path, const char *mountPoint);
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 185 milliseconds