Searched refs:pathMatchesMountPoint (Results 1 – 2 of 2) sorted by relevance
59 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) { in pathMatchesMountPoint() function in Process110 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()
34 static int pathMatchesMountPoint(const char *path, const char *mountPoint);