Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c57 static struct dirent *readdir_wrap(DIR *dirp, bool thread_safe) in readdir_wrap() function
89 while ((entry = readdir_wrap(dirp, thread_safe)) != NULL) { in test_lsdir()