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