Home
last modified time | relevance | path

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

/lk-master/lib/fs/spifs/test/
A Dspifstest.c103 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()
/lk-master/lib/fs/include/lib/
A Dfs.h66 status_t fs_read_dir(dirhandle *handle, struct dirent *ent) __NONNULL();
/lk-master/lib/fs/
A Dshell.c77 while ((err = fs_read_dir(dhandle, &ent)) >= 0) { in cmd_ls()
A Dfs.c399 status_t fs_read_dir(dirhandle *handle, struct dirent *ent) { in fs_read_dir() function

Completed in 6 milliseconds