Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfat.h203 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c1149 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir() argument
1165 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
/rk3399_rockchip-uboot/fs/
H A Dfs.c136 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);