OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readSymLink
(Results
1 - 2
of
2
) sorted by null
/system/vold/
Process.h
31
static int
readSymLink
(const char *path, char *link, size_t max);
Process.cpp
35
int Process::
readSymLink
(const char *path, char *link, size_t max) {
110
if (
readSymLink
(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) {
159
if (
readSymLink
(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint))
Completed in 148 milliseconds