Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h201 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
/external/u-boot/fs/
Dfs.c165 .opendir = fat_opendir,
/external/u-boot/fs/fat/
Dfat.c1139 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir() function