Home
last modified time | relevance | path

Searched defs:testSetresuidBlocked (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp79 static jboolean testSetresuidBlocked(JNIEnv *, jobject, jint ruid, jint euid, jint suid) { in testSetresuidBlocked() function
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java230 protected static final native boolean testSetresuidBlocked(int ruid, int euid, int suid); in testSetresuidBlocked() method in SeccompDeviceTest