Lines Matching full:file
2 * This file is only used for doxygen document generation.
6 * @defgroup DFS Device Virtual File System
8 * @brief DFS is a virtual file system in RT-Thread RTOS.
10 * The DFS (Device Virtual File System) is a vfs file system of RT-Thread RTOS,
12 * more concrete file system. The purpose of a VFS is to allow client applications
13 * to access different types of concrete file systems in a uniform way.
15 * @image html dfs.png "Figure 4: Device Virtual File System Architecture"
17 * The DFS specifies an interface between the kernel and a concrete file system.
18 * Therefore, it is easy to add support for new file system types to the kernel
28 * @defgroup Fd File Descriptor
33 * @defgroup FsApi File System API
37 * @defgroup FileApi File API
41 * @defgroup FsPosixApi File POSIX API