Home
last modified time | relevance | path

Searched refs:FILE_BUFFER_MAX (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/storage/storage_mock/
Dstorage_mock.c23 #define FILE_BUFFER_MAX 1000000 macro
35 uint8_t buf[FILE_BUFFER_MAX];
171 memset(file_info_p->buf, 0, FILE_BUFFER_MAX); in storage_open_file()
303 if (off + size > FILE_BUFFER_MAX) { in storage_write()
323 if (file_size > FILE_BUFFER_MAX) { in storage_set_file_size()