HomeSort by relevance Sort by last modified time
    Searched refs:fs_dir_stream (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/
fs.h 120 /* Note: fs_dir_stream should be treated as opaque to the user of fs layer */
121 struct fs_dir_stream { struct
134 struct fs_dir_stream *fs_opendir(const char *filename);
149 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs);
156 void fs_closedir(struct fs_dir_stream *dirs);
fat.h 201 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
202 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
203 void fat_closedir(struct fs_dir_stream *dirs);
  /external/u-boot/fs/
fs.c 44 struct fs_dir_stream *dirs;
103 struct fs_dir_stream **dirs)
136 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);
142 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
144 void (*closedir)(struct fs_dir_stream *dirs);
448 struct fs_dir_stream *fs_opendir(const char *filename)
451 struct fs_dir_stream *dirs = NULL;
467 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs)
486 void fs_closedir(struct fs_dir_stream *dirs)
  /external/u-boot/fs/fat/
fat.c 1133 struct fs_dir_stream parent;
1139 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp)
1157 *dirsp = (struct fs_dir_stream *)dir;
1167 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp)
1190 void fat_closedir(struct fs_dir_stream *dirs)
  /external/u-boot/lib/efi_loader/
efi_file.c 32 struct fs_dir_stream *dirs;
56 struct fs_dir_stream *dirs;

Completed in 99 milliseconds