Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h202 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
/external/u-boot/fs/
Dfs.c166 .readdir = fat_readdir,
/external/u-boot/fs/fat/
Dfat.c1167 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir() function