OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathMatchesMountPoint
(Results
1 - 2
of
2
) sorted by null
/system/vold/
Process.h
32
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 480 milliseconds