Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c752 int test_getdents64(const char *dir) in test_getdents64() function
1348 CASE_TEST(getdents64_root); EXPECT_SYSNE(1, test_getdents64("/"), -1); break; in run_syscall()
1349 CASE_TEST(getdents64_null); EXPECT_SYSER(1, test_getdents64("/dev/null"), -1, ENOTDIR); break; in run_syscall()