|
XFusion API v1.3.0
|
#include <xf_vfs_private.h>

成员变量 | |
| int | flags |
| const xf_vfs_fs_ops_t * | vfs |
| char | path_prefix [XF_VFS_PATH_MAX] |
| size_t | path_prefix_len |
| void * | ctx |
| int | offset |
Copyright (c) 2024, CorAL. This file has been modified by CorAL under the terms of the Apache License, Version 2.0.
Modifications:
在文件 xf_vfs_private.h 第 49 行定义.
| int flags |
XF_VFS_FLAG_CONTEXT_PTR and/or XF_VFS_FLAG_READONLY_FS or XF_VFS_FLAG_DEFAULT
在文件 xf_vfs_private.h 第 50 行定义.
| const xf_vfs_fs_ops_t* vfs |
在文件 xf_vfs_private.h 第 51 行定义.
| char path_prefix[XF_VFS_PATH_MAX] |
在文件 xf_vfs_private.h 第 52 行定义.
| size_t path_prefix_len |
在文件 xf_vfs_private.h 第 53 行定义.
| void* ctx |
在文件 xf_vfs_private.h 第 54 行定义.
| int offset |
在文件 xf_vfs_private.h 第 55 行定义.