Searched refs:uidGidMax (Results 1 – 4 of 4) sorted by relevance
93 int uidGidMax = parseIntFromArg(args, Zygote.CHILD_ZYGOTE_UID_RANGE_END); in runZygoteServer() local94 if (uidGidMin == -1 || uidGidMax == -1) { in runZygoteServer()97 if (uidGidMin > uidGidMax) { in runZygoteServer()113 Zygote.nativeInstallSeccompUidGidFilter(uidGidMin, uidGidMax); in runZygoteServer()
568 native protected static void nativeInstallSeccompUidGidFilter(int uidGidMin, int uidGidMax); in nativeInstallSeccompUidGidFilter() argument
63 int uidGidMax) { in AppZygote() argument68 mZygoteUidGidMax = uidGidMax; in AppZygote()
2727 JNIEnv* env, jclass, jint uidGidMin, jint uidGidMax) { in com_android_internal_os_Zygote_nativeInstallSeccompUidGidFilter() argument2733 bool installed = install_setuidgid_seccomp_filter(uidGidMin, uidGidMax); in com_android_internal_os_Zygote_nativeInstallSeccompUidGidFilter()