Home
last modified time | relevance | path

Searched refs:test_lookup_fail (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-001-lookup.c44 static void test_lookup_fail(const char *pathname) in test_lookup_fail() function
68 test_lookup_fail(buf); in test_lookup()
76 test_lookup_fail(buf); in test_lookup()
81 test_lookup_fail(buf); in test_lookup()
85 test_lookup_fail(buf); in test_lookup()
89 test_lookup_fail(buf); in test_lookup()
93 test_lookup_fail(buf); in test_lookup()
Dfd-003-kthread.c122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail() function
139 test_lookup_fail(fd, buf); in test_lookup()
143 test_lookup_fail(fd, buf); in test_lookup()
147 test_lookup_fail(fd, buf); in test_lookup()
151 test_lookup_fail(fd, buf); in test_lookup()
/external/clang/bindings/python/tests/cindex/
Dtest_cdb.py24 def test_lookup_fail(): function