Home
last modified time | relevance | path

Searched refs:exeName (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DVolumeManager.cpp511 std::string exeName; in remountUid() local
520 if (!android::vold::Readlinkat(pidFd, "exe", &exeName)) { in remountUid()
524 if (!StartsWith(exeName, "/system/bin/app_process") && sb.st_uid < AID_APP_START) { in remountUid()