LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
fs_stream_args_t Struct Reference

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.
 

Detailed Description

Definition at line 91 of file fs_stream_types.h.

Field Documentation

◆ autoclose

bool fs_stream_args_t::autoclose

Definition at line 105 of file fs_stream_types.h.

◆ flags

uint32_t fs_stream_args_t::flags

Definition at line 100 of file fs_stream_types.h.

◆ path

const char* fs_stream_args_t::path

Definition at line 95 of file fs_stream_types.h.