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

  /system/vold/
Process.h 24 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) {
204 } else if (checkSymLink(pid, path, "cwd")) {
206 } else if (checkSymLink(pid, path, "root")) {
208 } else if (checkSymLink(pid, path, "exe")) {
CommandListener.cpp 266 Process::checkSymLink(pid, argv[2], "cwd") ||
267 Process::checkSymLink(pid, argv[2], "root") ||
268 Process::checkSymLink(pid, argv[2], "exe")) {

Completed in 72 milliseconds