Home
last modified time | relevance | path

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

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