|
VSF Documented
|
#include <esp_vfs_ops.h>
| esp_vfs_stat_ctx_op_t esp_vfs_dir_ops_t::stat_p |
| esp_vfs_stat_op_t esp_vfs_dir_ops_t::stat |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_link_ctx_op_t esp_vfs_dir_ops_t::link_p |
| esp_vfs_link_op_t esp_vfs_dir_ops_t::link |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_unlink_ctx_op_t esp_vfs_dir_ops_t::unlink_p |
| esp_vfs_unlink_op_t esp_vfs_dir_ops_t::unlink |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_rename_ctx_op_t esp_vfs_dir_ops_t::rename_p |
| esp_vfs_rename_op_t esp_vfs_dir_ops_t::rename |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_opendir_ctx_op_t esp_vfs_dir_ops_t::opendir_p |
| esp_vfs_opendir_op_t esp_vfs_dir_ops_t::opendir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_readdir_ctx_op_t esp_vfs_dir_ops_t::readdir_p |
| esp_vfs_readdir_op_t esp_vfs_dir_ops_t::readdir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_readdir_r_ctx_op_t esp_vfs_dir_ops_t::readdir_r_p |
| esp_vfs_readdir_r_op_t esp_vfs_dir_ops_t::readdir_r |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_telldir_ctx_op_t esp_vfs_dir_ops_t::telldir_p |
| esp_vfs_telldir_op_t esp_vfs_dir_ops_t::telldir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_seekdir_ctx_op_t esp_vfs_dir_ops_t::seekdir_p |
| esp_vfs_seekdir_op_t esp_vfs_dir_ops_t::seekdir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_closedir_ctx_op_t esp_vfs_dir_ops_t::closedir_p |
| esp_vfs_closedir_op_t esp_vfs_dir_ops_t::closedir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_mkdir_ctx_op_t esp_vfs_dir_ops_t::mkdir_p |
| esp_vfs_mkdir_op_t esp_vfs_dir_ops_t::mkdir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_rmdir_ctx_op_t esp_vfs_dir_ops_t::rmdir_p |
| esp_vfs_rmdir_op_t esp_vfs_dir_ops_t::rmdir |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_access_ctx_op_t esp_vfs_dir_ops_t::access_p |
| esp_vfs_access_op_t esp_vfs_dir_ops_t::access |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_truncate_ctx_op_t esp_vfs_dir_ops_t::truncate_p |
| esp_vfs_truncate_op_t esp_vfs_dir_ops_t::truncate |
| union { ... } esp_vfs_dir_ops_t |
| esp_vfs_ftruncate_ctx_op_t esp_vfs_dir_ops_t::ftruncate_p |
| esp_vfs_ftruncate_op_t esp_vfs_dir_ops_t::ftruncate |
| union { ... } esp_vfs_dir_ops_t |