Searched refs:testSyscallBlocked (Results 1 – 2 of 2) sorted by relevance
75 static jboolean testSyscallBlocked(JNIEnv *, jobject, jint nr) { in testSyscallBlocked() function89 (void*) testSyscallBlocked },
225 Assert.assertTrue("Syscall " + nr + " not blocked", testSyscallBlocked(nr)); in testBlocked()229 Assert.assertFalse("Syscall " + nr + " blocked", testSyscallBlocked(nr)); in testAllowed()232 private static final native boolean testSyscallBlocked(int nr); in testSyscallBlocked() method in SeccompDeviceTest