Searched refs:fs_read_dir (Results 1 – 4 of 4) sorted by relevance
103 if (fs_read_dir(dhandle, &ent) >= 0) { in test_empty_after_format()137 while ((status = fs_read_dir(dhandle, ent)) >= 0) { in test_double_create_file()593 if (fs_read_dir(dhandle, ent) >= 0) { in test_rm_active_dirent()
66 status_t fs_read_dir(dirhandle *handle, struct dirent *ent) __NONNULL();
77 while ((err = fs_read_dir(dhandle, &ent)) >= 0) { in cmd_ls()
399 status_t fs_read_dir(dirhandle *handle, struct dirent *ent) { in fs_read_dir() function
Completed in 6 milliseconds