Home
last modified time | relevance | path

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

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