Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp174 bool saw_setuid = false, saw_setgid = false; in isSimpleForkCommand() local
218 saw_setuid = true; in isSimpleForkCommand()
232 return saw_runtime_args && saw_setuid && saw_setgid; in isSimpleForkCommand()