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

  /system/vold/
Process.h 26 static int checkSymLink(int pid, const char *path, const char *name);
Process.cpp 154 int Process::checkSymLink(int pid, const char *mountPoint, const char *name) {
208 } else if (checkSymLink(pid, path, "cwd")) {
210 } else if (checkSymLink(pid, path, "root")) {
212 } else if (checkSymLink(pid, path, "exe")) {
CommandListener.cpp 277 Process::checkSymLink(pid, argv[2], "cwd") ||
278 Process::checkSymLink(pid, argv[2], "root") ||
279 Process::checkSymLink(pid, argv[2], "exe")) {

Completed in 764 milliseconds