Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp83 static jboolean testSetresgidBlocked(JNIEnv *, jobject, jint rgid, jint egid, jint sgid) { in testSetresgidBlocked() argument
84 return doTestSyscallBlocked([&] {ALOGE("Calling setresgid\n"); setresgid(rgid, egid, sgid);}); in testSetresgidBlocked()
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java234 protected static final native boolean testSetresgidBlocked(int rgid, int egid, int sgid); in testSetresgidBlocked() argument