Searched refs:testSetresgidBlocked (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 90 static jboolean testSetresgidBlocked(JNIEnv *, jobject, jint rgid, jint egid, jint sgid) { in testSetresgidBlocked() function 105 (void*) testSetresgidBlocked },
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | ZygotePreload.java | 35 if (!SeccompDeviceTest.testSetresgidBlocked(rid, eid, sid)) { in testSetResUidGidBlocked() 52 if (SeccompDeviceTest.testSetresgidBlocked(rid, eid, sid)) { in testSetResUidGidAllowed()
|
D | SeccompDeviceTest.java | 230 protected static final native boolean testSetresgidBlocked(int rgid, int egid, int sgid); in testSetresgidBlocked() method in SeccompDeviceTest
|