Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfat.h205 void fat_closedir(struct fs_dir_stream *dirs);
/rk3399_rockchip-uboot/fs/
H A Dfs.c167 .closedir = fat_closedir,
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c1198 void fat_closedir(struct fs_dir_stream *dirs) in fat_closedir() function