Home
last modified time | relevance | path

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

/system/vold/
DProcess.cpp59 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) { in pathMatchesMountPoint() function in Process
110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) { in checkFileDescriptorSymLinks()
140 if (path && pathMatchesMountPoint(path, mountPoint)) { in checkFileMaps()
159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) in checkSymLink()
DProcess.h34 static int pathMatchesMountPoint(const char *path, const char *mountPoint);