Home
last modified time | relevance | path

Searched refs:testSetresgidBlocked (Results 1 – 3 of 3) 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() function
105 (void*) testSetresgidBlocked },
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DZygotePreload.java35 if (!SeccompDeviceTest.testSetresgidBlocked(rid, eid, sid)) { in testSetResUidGidBlocked()
52 if (SeccompDeviceTest.testSetresgidBlocked(rid, eid, sid)) { in testSetResUidGidAllowed()
DSeccompDeviceTest.java230 protected static final native boolean testSetresgidBlocked(int rgid, int egid, int sgid); in testSetresgidBlocked() method in SeccompDeviceTest