Home
last modified time | relevance | path

Searched refs:get_seccomp_test_list (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/os/jni/
Dandroid_os_cts_SeccompTest.cpp33 struct __test_metadata* get_seccomp_test_list();
43 for (struct __test_metadata* t = get_seccomp_test_list(); t; t = t->next) { in android_security_cts_SeccompBpfTest_runKernelUnitTest()
/cts/tests/tests/os/jni/seccomp-tests/
DREADME.android11 - Add get_seccomp_test_list()
Dlocal-modifications-android.diff19 +struct __test_metadata* get_seccomp_test_list() {
/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c1944 struct __test_metadata* get_seccomp_test_list() { in get_seccomp_test_list() function