HomeSort by relevance Sort by last modified time
    Searched refs:pathMatchesMountPoint (Results 1 - 2 of 2) sorted by null

  /system/vold/
Process.h 34 static int pathMatchesMountPoint(const char *path, const char *mountPoint);
Process.cpp 52 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) {
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 3571 milliseconds