Arguments provided when creating a file-backed stream. More...
#include <fs_stream_types.h>
Data Fields | |
| const char * | path |
| UTF-8 path of the target file. | |
| uint32_t | flags |
| OSAL file open flags. | |
| bool | autoclose |
| Whether the OSAL file must be closed when the stream is destroyed. | |
Definition at line 91 of file fs_stream_types.h.
| bool fs_stream_args_t::autoclose |
Definition at line 105 of file fs_stream_types.h.
| uint32_t fs_stream_args_t::flags |
Definition at line 100 of file fs_stream_types.h.
| const char* fs_stream_args_t::path |
Definition at line 95 of file fs_stream_types.h.