XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_vfs_sys_dirent.h 文件参考
#include "xf_vfs_config_internal.h"
#include "xf_vfs_sys_types.h"
#include "xf_utils.h"
xf_vfs_sys_dirent.h 的引用(Include)关系图:

浏览源代码.

结构体

struct  xf_vfs_dir_t
 Opaque directory structure 更多...
 
struct  xf_vfs_dirent_t
 Directory entry structure 更多...
 

宏定义

#define XF_VFS_DT_UNKNOWN   0
 
#define XF_VFS_DT_REG   1
 
#define XF_VFS_DT_DIR   2
 

详细描述

作者
catcatBlue (catca.nosp@m.tblu.nosp@m.e@qq..nosp@m.com)
版本
1.0
日期
2025-01-15

在文件 xf_vfs_sys_dirent.h 中定义.

宏定义说明

◆ XF_VFS_DT_UNKNOWN

#define XF_VFS_DT_UNKNOWN   0

在文件 xf_vfs_sys_dirent.h47 行定义.

◆ XF_VFS_DT_REG

#define XF_VFS_DT_REG   1

在文件 xf_vfs_sys_dirent.h48 行定义.

◆ XF_VFS_DT_DIR

#define XF_VFS_DT_DIR   2

在文件 xf_vfs_sys_dirent.h49 行定义.