Home
last modified time | relevance | path

Searched refs:TagDir (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h31 struct TagDir;
46 S32 (*opendir)(struct TagDir *, const char *);
47 S32 (*readdir)(struct TagDir *, struct dirent *);
48 S32 (*closedir)(struct TagDir *);
64 struct TagDir { struct
H A Dvfs_fs.c487 struct TagDir *dir = NULL; in OsVfsOpendir()
495 dir = (struct TagDir *)malloc(sizeof(struct TagDir)); in OsVfsOpendir()
540 struct TagDir *dir = (struct TagDir *)d; in OsVfsReaddir()
569 struct TagDir *dir = (struct TagDir *)d; in OsVfsClosedir()
/kernel/uniproton/src/fs/littlefs/
H A Dlfs_adapter.c296 static S32 OsLfsOpendir(struct TagDir *dir, const char *dirName) in OsLfsOpendir()
329 static S32 OsLfsReaddir(struct TagDir *dir, struct dirent *dent) in OsLfsReaddir()
371 static S32 OsLfsClosedir(struct TagDir *dir) in OsLfsClosedir()

Completed in 3 milliseconds