Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp90 static jboolean testSetresgidBlocked(JNIEnv *, jobject, jint rgid, jint egid, jint sgid) { in testSetresgidBlocked() argument
94 jint userSgid = userId * PER_USER_RANGE + sgid; in testSetresgidBlocked()
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java230 protected static final native boolean testSetresgidBlocked(int rgid, int egid, int sgid); in testSetresgidBlocked() argument