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