Searched refs:dir_test (Results 1 – 1 of 1) sorted by relevance
50 DIR *dir_test = opendir ("."); in do_test() local51 TEST_VERIFY_EXIT (dir_test != NULL); in do_test()64 struct __old_dirent64 *entry_test = compat_readdir64 (dir_test); in do_test()105 TEST_COMPARE (closedir (dir_test), 0); in do_test()
Completed in 4 milliseconds