LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_file_fake_provider.c
Go to the documentation of this file.
1// src/foundation/osal/osal_file/tests/support/fake_provider/src/osal_file_fake_provider.c
2
4
6 .open = fake_file_open,
7 .read = fake_file_read,
8 .write = fake_file_write,
9 .flush = fake_file_flush,
10 .close = fake_file_close
11};
12
static const osal_file_ops_t OSAL_FILE_FAKE_OPS
const osal_file_ops_t * osal_file_test_fake_ops(void)
osal_file_t *(* open)(const char *path_utf8, uint32_t flags, osal_file_status_t *status, const osal_file_env_t *env)