Searched defs:checkSymLink (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DProcess.cpp154 int Process::checkSymLink(int pid, const char *mountPoint, const char *name) { function in class:Process
204 } else if (checkSymLink(pid, path, "cwd")) {
206 } else if (checkSymLink(pid, path, "root")) {
208 } else if (checkSymLink(pid, path, "exe")) {

Completed in 48 milliseconds